Skip to content

Commit 67e721b

Browse files
committed
0.21.1
1 parent 0c63853 commit 67e721b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish-latest-docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ jobs:
2222
with:
2323
push: true
2424
tags: archmonger/conreq:latest,archmonger/conreq:${{ github.event.release.tag_name }}
25-
- name: Push to GitHub Container Registry
25+
- name: Push to GitHub Container Registry (latest)
2626
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.21.0
1+
0.21.1

0 commit comments

Comments
 (0)