Skip to content

Commit

Permalink
fix: GitHub actions for release container
Browse files Browse the repository at this point in the history
  • Loading branch information
riipandi committed Jan 28, 2024
1 parent 87d48a2 commit 242c1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/metrisible/analytics
images: ghcr.io/riipandi/remix-start
tags: |
type=semver,pattern={{version}},value=${{ env.PKG_VERSION }}
type=semver,pattern={{major}}.{{minor}},value=${{ env.PKG_VERSION }}
Expand Down

0 comments on commit 242c1be

Please sign in to comment.