Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 45f2743

Browse files
Update docker/build-push-action action to v6 (#17)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5adbcc7 commit 45f2743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-latest.yml

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

2727
- name: Build and push
2828
id: docker_build
29-
uses: docker/build-push-action@v5
29+
uses: docker/build-push-action@v6
3030
with:
3131
push: true
3232
tags: ghcr.io/${{ env.Owner }}/${{ env.ProjectName }}:master

.github/workflows/build-release.yml

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

2727
- name: Build and push
2828
id: docker_build
29-
uses: docker/build-push-action@v5
29+
uses: docker/build-push-action@v6
3030
with:
3131
push: true
3232
tags: |

0 commit comments

Comments
 (0)