Skip to content

Commit

Permalink
0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Jul 1, 2024
1 parent 0c63853 commit 67e721b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-latest-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
with:
push: true
tags: archmonger/conreq:latest,archmonger/conreq:${{ github.event.release.tag_name }}
- name: Push to GitHub Container Registry
- name: Push to GitHub Container Registry (latest)
run: docker push ghcr.io/archmonger/conreq:latest && docker push ghcr.io/archmonger/conreq:${{ github.event.release.tag_name }}
- name: Push to GitHub Container Registry (version tag)
run: docker push ghcr.io/archmonger/conreq:${{ github.event.release.tag_name }}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21.0
0.21.1

0 comments on commit 67e721b

Please sign in to comment.