Skip to content

Commit 432eef9

Browse files
committed
Bump docker/build-push-action version
1 parent c41b065 commit 432eef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
password: ${{ secrets.DOCKER_PASSWORD }}
4949

5050
- name: Build Docker Image
51-
uses: docker/build-push-action@v4
51+
uses: docker/build-push-action@v6
5252
with:
5353
# set push to true when a tag is created
5454
push: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)