We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21dfb09 commit b436c21Copy full SHA for b436c21
.github/workflows/release.yaml
@@ -84,7 +84,7 @@ jobs:
84
password: ${{ secrets.QUAY_TOKEN }}
85
86
- name: Build Docker Image
87
- uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
+ uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5
88
with:
89
context: .
90
file: ./Dockerfile
0 commit comments