Skip to content

Commit 1331638

Browse files
chore(deps): update docker/build-push-action action to v6 (#755)
| datasource | package | from | to | | ----------- | ------------------------ | ------ | ------ | | github-tags | docker/build-push-action | v5.4.0 | v6.3.0 |
1 parent 6b061c1 commit 1331638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubi-rust-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "TAG=$(git rev-parse --short HEAD)-$(arch)" >> "$GITHUB_ENV"
3434
- name: Build and push
3535
id: build-and-push
36-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
36+
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
3737
with:
3838
context: .
3939
file: ./${{ matrix.ubi-version }}-rust-builder/Dockerfile

0 commit comments

Comments
 (0)