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 37b7b52 commit e2f8aa3Copy full SHA for e2f8aa3
.github/workflows/build-bundle.yml
@@ -72,7 +72,7 @@ jobs:
72
73
74
- name: Build and push bundle image
75
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
76
with:
77
context: .
78
file: ./Containerfile.bundle
.github/workflows/build-catalog.yml
@@ -100,7 +100,7 @@ jobs:
100
password: ${{ secrets.GITHUB_TOKEN }}
101
102
- name: Build and push catalog image
103
104
105
106
file: ./Containerfile.catalog
0 commit comments