Skip to content

Commit 94fd01d

Browse files
authored
Merge pull request #3 from serenity-js/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6
2 parents 23eabc4 + 0113a59 commit 94fd01d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Build image
8383
id: build
84-
uses: docker/build-push-action@v4
84+
uses: docker/build-push-action@v6
8585
with:
8686
context: .
8787
tags: serenity-js:latest
@@ -98,7 +98,7 @@ jobs:
9898
9999
- name: Push image
100100
if: success() && github.ref == 'refs/heads/main'
101-
uses: docker/build-push-action@v4
101+
uses: docker/build-push-action@v6
102102
with:
103103
context: .
104104
push: true

0 commit comments

Comments
 (0)