We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b8cea commit 2c30ff7Copy full SHA for 2c30ff7
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
tags: |
53
type=raw,value=${{ fromJSON(steps.goreleaser.outputs.metadata).version }}
54
55
- - name: Test build of Docker images
+ - name: Build and push Docker images
56
uses: docker/build-push-action@v5
57
with:
58
context: .
0 commit comments