Skip to content

Commit

Permalink
Merge pull request #13 from immobiliare/fix/remove-new-tag-env
Browse files Browse the repository at this point in the history
fix(ci): remove new tag env
  • Loading branch information
JellyBellyDev committed Dec 19, 2023
2 parents 1afaadc + 22f84dc commit 883dbb1
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 883dbb1

Please sign in to comment.