Skip to content

Commit

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

build(deps): Bump docker/build-push-action from 2.9.0 to 3.0.0
  • Loading branch information
moul committed May 7, 2022
2 parents 85b191f + bb4b3de commit 317dac2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
uses: actions/checkout@v2.3.4

- name: Build the container image
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v3.0.0
with:
repository: captcha

- name: Push to GitHub Packages
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v3.0.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.9.0
uses: docker/build-push-action@v3.0.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 317dac2

Please sign in to comment.