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 85ec060 commit 3d0482eCopy full SHA for 3d0482e
2 files changed
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
37
38
- name: Build and push Docker image
39
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
+ uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6
40
with:
41
context: .
42
push: true
.github/workflows/testing.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
tags: ${{ steps.meta.outputs.tags }}
33
labels: ${{ steps.meta.outputs.labels }}
0 commit comments