Skip to content

Commit 4e96599

Browse files
Update docker/build-push-action action to v6
1 parent 2c23539 commit 4e96599

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
password: ${{ secrets.QUAYIO_TOKEN }}
3636
-
3737
name: Build Latest Version
38-
uses: docker/build-push-action@v5
38+
uses: docker/build-push-action@v6
3939
with:
4040
context: .
4141
file: ./Dockerfile

.github/workflows/push-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
password: ${{ secrets.QUAYIO_TOKEN }}
3838
-
3939
name: Build Latest Version
40-
uses: docker/build-push-action@v5
40+
uses: docker/build-push-action@v6
4141
with:
4242
context: .
4343
file: ./Dockerfile

0 commit comments

Comments
 (0)