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 0c63853 commit 67e721bCopy full SHA for 67e721b
2 files changed
.github/workflows/publish-latest-docker.yml
@@ -22,5 +22,7 @@ jobs:
22
with:
23
push: true
24
tags: archmonger/conreq:latest,archmonger/conreq:${{ github.event.release.tag_name }}
25
- - name: Push to GitHub Container Registry
+ - name: Push to GitHub Container Registry (latest)
26
run: docker push ghcr.io/archmonger/conreq:latest && docker push ghcr.io/archmonger/conreq:${{ github.event.release.tag_name }}
27
+ - name: Push to GitHub Container Registry (version tag)
28
+ run: docker push ghcr.io/archmonger/conreq:${{ github.event.release.tag_name }}
VERSION
@@ -1 +1 @@
1
-0.21.0
+0.21.1
0 commit comments