Skip to content

Commit 6f81192

Browse files
Bump docker/build-push-action from 6.10.0 to 6.11.0 in the github-actions group (#2540)
Bumps the github-actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action).
1 parent c4c0649 commit 6f81192

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Build and Push Profiler Docker Image
7373
id: docker-push
7474
continue-on-error: true # continue for now until we see it working in action
75-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
75+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
7676
with:
7777
cache-from: type=gha
7878
cache-to: type=gha,mode=max

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Build and Push Profiler Docker Image
6666
id: docker-push
6767
continue-on-error: true # continue for now until we see it working in action
68-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
68+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
6969
with:
7070
cache-from: type=gha
7171
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)