Skip to content

Commit

Permalink
Fix incorrectly tagged stable releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kthchew committed Jun 1, 2024
1 parent 8ecf21b commit 19786e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
platforms: linux/amd64,linux/arm64
file: ./Dockerfile
tags: |
ghcr.io/${{ github.repository_owner }}/ao3-rss:${{ steps.get_version.outputs.VERSION }}-alpine
ghcr.io/${{ github.repository_owner }}/ao3-rss:latest-alpine
ghcr.io/${{ github.repository_owner }}/ao3-rss:${{ steps.get_version.outputs.VERSION }}
ghcr.io/${{ github.repository_owner }}/ao3-rss:latest
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Build container image (Alpine)
Expand All @@ -47,7 +47,7 @@ jobs:
platforms: linux/amd64
file: ./Dockerfile-alpine
tags: |
ghcr.io/${{ github.repository_owner }}/ao3-rss:${{ steps.get_version.outputs.VERSION }}
ghcr.io/${{ github.repository_owner }}/ao3-rss:latest
ghcr.io/${{ github.repository_owner }}/ao3-rss:${{ steps.get_version.outputs.VERSION }}-alpine
ghcr.io/${{ github.repository_owner }}/ao3-rss:latest-alpine
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 19786e2

Please sign in to comment.