Skip to content

Commit

Permalink
Merge pull request #116 from moul/dependabot/github_actions/docker/bu…
Browse files Browse the repository at this point in the history
…ild-push-action-3

chore(deps): bump docker/build-push-action from 2 to 3
  • Loading branch information
moul committed May 8, 2022
2 parents 8dfd195 + 4f3725b commit 8d3419e
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.4.0

- name: Build the container image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
repository: repoman

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

0 comments on commit 8d3419e

Please sign in to comment.