We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a184ffb commit da9f61dCopy full SHA for da9f61d
1 file changed
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
username: ${{ github.actor }}
57
password: ${{ secrets.GITHUB_TOKEN }}
58
- name: Build test image
59
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
+ uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6
60
with:
61
context: .
62
push: false
@@ -75,7 +75,7 @@ jobs:
75
type=ref,event=pr
76
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
77
- name: Build images
78
79
80
81
platforms: linux/amd64,linux/arm64
0 commit comments