Skip to content

Commit

Permalink
Merge pull request #348 from moul/dependabot/github_actions/docker/bu…
Browse files Browse the repository at this point in the history
…ild-push-action-4.0.0
  • Loading branch information
moul authored Jul 31, 2023
2 parents e6431f7 + b1e066c commit e3ebd3f
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 @@ -30,12 +30,12 @@ jobs:
uses: actions/checkout@v3

- name: Build the container image
uses: docker/build-push-action@v3.3.0
uses: docker/build-push-action@v4.0.0
with:
repository: golang-repo-template

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

0 comments on commit e3ebd3f

Please sign in to comment.