Skip to content

Commit

Permalink
Add double quotes for tags field
Browse files Browse the repository at this point in the history
  • Loading branch information
lecriste committed Nov 25, 2024
1 parent 89f11a7 commit 062394b
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 @@ -47,4 +47,4 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: bluebrain/bbp-atlas-pipeline:$GITHUB_REF_NAME
tags: "bluebrain/bbp-atlas-pipeline:$REGISTRY_IMAGE_TAG"

0 comments on commit 062394b

Please sign in to comment.