gha: bump docker/build-push-action from 6.6.1 to 6.7.0 (#3624) #175
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Disabled for now due to the inability to pass tokens instead of passwords to Docker Hub | |
# | |
name: dnscrypt-proxy-docs | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- README.md | |
- dnscrypt-proxy | |
- .github/workflows/dnscrypt-proxy.yml | |
- .github/workflows/dnscrypt-proxy-docs.yml | |
workflow_dispatch: | |
env: | |
DOCKER_CLI_EXPERIMENTAL: enabled | |
REPOSITORY: ${{ github.actor }}/dnscrypt-proxy | |
permissions: read-all | |
jobs: | |
deploy: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Source checkout | |
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0 | |
- name: Update DockerHub description | |
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v2 | |
with: | |
username: ${{ secrets.DOCKERHUB_USERNAME }} | |
password: ${{ secrets.DOCKERHUB_PASSWORD }} | |
repository: ${{ env.REPOSITORY }} | |
readme-filepath: dnscrypt-proxy/README.md |