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