Skip to content

Commit

Permalink
Merge pull request #47 from moul/dependabot/github_actions/docker/bui…
Browse files Browse the repository at this point in the history
…ld-push-action-2.7.0

build(deps): Bump docker/build-push-action from 2.6.1 to 2.7.0
  • Loading branch information
moul committed Aug 24, 2021
2 parents 5b02ad5 + f0ab008 commit ffd8299
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Expand Up @@ -16,12 +16,12 @@ jobs:
uses: actions/checkout@v2.3.4

- name: Build the container image
uses: docker/build-push-action@v2.6.1
uses: docker/build-push-action@v2.7.0
with:
repository: captcha

- name: Push to GitHub Packages
uses: docker/build-push-action@v2.6.1
uses: docker/build-push-action@v2.7.0
if: github.event_name == 'release' || github.event_name == 'push'
with:
username: ${{ github.actor }}
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
if: |
(github.event_name == 'release' || github.event_name == 'push') &&
contains(steps.check_dockerhub_credentials.outputs.missingsecrets, 'no')
uses: docker/build-push-action@v2.6.1
uses: docker/build-push-action@v2.7.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit ffd8299

Please sign in to comment.