Skip to content

Commit

Permalink
fix(ci): remove new tag env
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBellyDev committed Dec 19, 2023
1 parent 1afaadc commit 22f84dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
env:
TEST_TAG: ghcr.io/immobiliare/inca:test
LATEST_TAG: ghcr.io/immobiliare/inca:latest
NEW_TAG: ghcr.io/immobiliare/inca:${{ env.GITHUB_REF_NAME }}

jobs:
publish:
Expand Down Expand Up @@ -35,5 +34,5 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
tags: ${{ env.NEW_TAGNEW_TAG }}, ${{ env.LATEST_TAG }}
tags: ghcr.io/immobiliare/inca:${{ env.GITHUB_REF_NAME }}, ${{ env.LATEST_TAG }}
push: true

0 comments on commit 22f84dc

Please sign in to comment.