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 6b061c1 commit 1331638Copy full SHA for 1331638
.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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
+ uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
37
with:
38
context: .
39
file: ./${{ matrix.ubi-version }}-rust-builder/Dockerfile
0 commit comments