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.
2 parents f1e717a + 4b4e08d commit 9faef59Copy full SHA for 9faef59
2 files changed
.github/workflows/cd.yml
@@ -99,7 +99,7 @@ jobs:
99
# Publish the container image
100
- name: Publish Container Image
101
id: publish
102
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
103
env:
104
LABELS: ${{ steps.meta.outputs.labels }}
105
TAGS: ${{ steps.meta.outputs.tags }}
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Build the Container
42
id: build
43
44
with:
45
context: .
46
push: true
0 commit comments