We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f578a8 commit 6172dfcCopy full SHA for 6172dfc
2 files changed
.github/workflows/release-debug.yml
@@ -91,7 +91,7 @@ jobs:
91
# https://github.com/docker/build-push-action
92
- name: Build and push Docker image
93
id: build-and-push
94
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
95
with:
96
context: images/debug
97
push: ${{ github.event_name != 'pull_request' }}
.github/workflows/release-image.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Build and push
72
73
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
74
75
context: ${{ inputs.context }}
76
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
0 commit comments