Skip to content

Commit

Permalink
try env
Browse files Browse the repository at this point in the history
  • Loading branch information
lecriste committed Nov 25, 2024
1 parent 0ee8e4a commit 7afb6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
deploy_docker_image:
env:
CI_REGISTRY_IMAGE: bluebrain/bbp-atlas-pipeline
REGISTRY_IMAGE_TAG: ${{ GITHUB_REF_NAME }}
REGISTRY_IMAGE_TAG: ${{ env.GITHUB_REF_NAME }}
REGISTRY_IMAGE_TAG_: $GITHUB_REF_NAME
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 7afb6e0

Please sign in to comment.