Skip to content

Commit 8a91d24

Browse files
Update docker/build-push-action action to v7
1 parent 6777184 commit 8a91d24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build.yml

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

6161
- name: Build and push base image (digest)
6262
id: build-base
63-
uses: docker/build-push-action@v6
63+
uses: docker/build-push-action@v7
6464
with:
6565
context: .
6666
target: base
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Build and push tmux image (digest)
7373
id: build-tmux
74-
uses: docker/build-push-action@v6
74+
uses: docker/build-push-action@v7
7575
with:
7676
context: .
7777
target: tmux

0 commit comments

Comments
 (0)