Skip to content

Commit e2f8aa3

Browse files
Update docker/build-push-action action to v6
1 parent 37b7b52 commit e2f8aa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373

7474
- name: Build and push bundle image
75-
uses: docker/build-push-action@v5
75+
uses: docker/build-push-action@v6
7676
with:
7777
context: .
7878
file: ./Containerfile.bundle

.github/workflows/build-catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
password: ${{ secrets.GITHUB_TOKEN }}
101101

102102
- name: Build and push catalog image
103-
uses: docker/build-push-action@v5
103+
uses: docker/build-push-action@v6
104104
with:
105105
context: .
106106
file: ./Containerfile.catalog

0 commit comments

Comments
 (0)