Skip to content

Commit b30aca4

Browse files
Merge pull request #248 from SwiftFiddle/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6
2 parents 5f451f2 + d700ce2 commit b30aca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
username: ${{ secrets.DOCKERHUB_USERNAME }}
1616
password: ${{ secrets.DOCKERHUB_PASSWORD }}
1717

18-
- uses: docker/build-push-action@v4
18+
- uses: docker/build-push-action@v6
1919
with:
2020
context: .
2121
push: true

0 commit comments

Comments
 (0)