We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855425a commit d3aed54Copy full SHA for d3aed54
.github/workflows/docker-publish.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
context: .
39
file: ./Dockerfile
40
- push: false
+ push: true
41
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test
42
cache-from: type=gha
43
cache-to: type=gha,mode=max
0 commit comments