We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb9cd8 commit 1252545Copy full SHA for 1252545
.github/workflows/create-release.yml
@@ -259,7 +259,7 @@ jobs:
259
- name: Build and push Docker image
260
if: "!contains(github.ref_name, '-beta')"
261
id: push
262
- uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
+ uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
263
with:
264
context: .
265
push: true
@@ -272,7 +272,7 @@ jobs:
272
- name: Build and push beta Docker image
273
if: contains(github.ref_name, '-beta')
274
id: push_beta
275
276
277
278
file: ./Dockerfile_beta
0 commit comments