Skip to content

Commit 1605575

Browse files
Update docker/build-push-action action to v6
1 parent 46a3a24 commit 1605575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: Build and push image (Staging)
7575
if: env.ENVIRONMENT == 'staging'
76-
uses: docker/build-push-action@v3
76+
uses: docker/build-push-action@v6
7777
with:
7878
context: .
7979
push: true
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Build and push image (Production)
8686
if: env.ENVIRONMENT == 'production'
87-
uses: docker/build-push-action@v3
87+
uses: docker/build-push-action@v6
8888
with:
8989
context: .
9090
push: true

0 commit comments

Comments
 (0)