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 ad926b4 commit 10fe102Copy full SHA for 10fe102
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
${{ vars.DOCKER_ORGANIZATION }}/${{ env.IMAGE_NAME }}
25
${{ vars.REGISTRY_GITHUB }}/${{ github.repository }}
26
- name: Build image
27
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
28
with:
29
context: .
30
push: false
.github/workflows/publish.yml
@@ -48,7 +48,7 @@ jobs:
48
49
50
- name: Build and push image
51
52
53
54
push: true
0 commit comments