Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 60619f6

Browse files
Merge pull request #59 from nosportugal/dependabot/github_actions/docker/build-push-action-5.0.0
Bump docker/build-push-action from 4.1.1 to 5.0.0
2 parents 4e25b4c + 3e21746 commit 60619f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
latest=auto
4242
4343
- name: Build and push Docker image
44-
uses: docker/build-push-action@v4.1.1
44+
uses: docker/build-push-action@v5.0.0
4545
with:
4646
context: .
4747
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)