Skip to content

Commit 7cbb392

Browse files
authored
Merge pull request #9 from theflyingbirdsmc/renovate/docker-build-push-action-5.x
Update docker/build-push-action action to v5
2 parents 7e0a25d + 1979774 commit 7cbb392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Build and push Docker image
3030
- name: Build and push Docker image
31-
uses: docker/build-push-action@v4
31+
uses: docker/build-push-action@v5
3232
with:
3333
file: ./Dockerfile
3434
push: true

0 commit comments

Comments
 (0)