We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a3a24 commit 1605575Copy full SHA for 1605575
.github/workflows/build-image.yml
@@ -73,7 +73,7 @@ jobs:
73
74
- name: Build and push image (Staging)
75
if: env.ENVIRONMENT == 'staging'
76
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
77
with:
78
context: .
79
push: true
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Build and push image (Production)
86
if: env.ENVIRONMENT == 'production'
87
88
89
90
0 commit comments