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 232f3ac commit 9ff1ab2Copy full SHA for 9ff1ab2
.github/workflows/ubi-rust-builder.yml
@@ -33,7 +33,7 @@ jobs:
33
echo "TAG=$(git rev-parse --short HEAD)-$(arch)" >> "$GITHUB_ENV"
34
- name: Build and push
35
id: build-and-push
36
- uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
+ uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
37
with:
38
context: .
39
file: ./${{ matrix.ubi-version }}-rust-builder/Dockerfile
0 commit comments