Skip to content

Commit

Permalink
Merge pull request #4 from aceforeverd/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-5

build(deps): bump docker/build-push-action from 4 to 5
  • Loading branch information
aceforeverd authored Sep 18, 2023
2 parents 1dfe2f1 + 81b17df commit f3c3193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build And Push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: ${{ github.event_name == 'push' }}
platforms: linux/amd64
Expand Down

0 comments on commit f3c3193

Please sign in to comment.