diff --git a/.github/workflows/publish-latest-docker.yml b/.github/workflows/publish-latest-docker.yml index c646f3b4..9535e952 100644 --- a/.github/workflows/publish-latest-docker.yml +++ b/.github/workflows/publish-latest-docker.yml @@ -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 }} diff --git a/VERSION b/VERSION index 88541566..a67cebaf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.21.0 +0.21.1