Skip to content

Commit 9ff1ab2

Browse files
chore(deps): update docker/build-push-action action to v6.7.0 (#861)
| datasource | package | from | to | | ----------- | ------------------------ | ------ | ------ | | github-tags | docker/build-push-action | v6.3.0 | v6.7.0 |
1 parent 232f3ac commit 9ff1ab2

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@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
36+
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
3737
with:
3838
context: .
3939
file: ./${{ matrix.ubi-version }}-rust-builder/Dockerfile

0 commit comments

Comments
 (0)