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 c5cd5a4 commit bd35c25Copy full SHA for bd35c25
.github/workflows/pull.yaml
@@ -27,7 +27,7 @@ jobs:
27
username: ${{ github.repository_owner }}
28
password: ${{ secrets.CR_PAT }}
29
- name: Build image
30
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
31
with:
32
context: .
33
file: ./Dockerfile
.github/workflows/release.yaml
@@ -29,7 +29,7 @@ jobs:
34
35
0 commit comments