Skip to content

Commit

Permalink
Missing trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
dspeck1 committed Feb 8, 2024
1 parent ae5f2aa commit 294dbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
--tag $IMAGE_NAME \
--label "runnumber=${GITHUB_RUN_ID}" \
--label "stacktag=$(< stack.tag)" \
--label "eupstag=$(< eups.tag)"
--label "eupstag=$(< eups.tag)" \
< Dockerfile
- name: Push image to registries
run: |
Expand Down

0 comments on commit 294dbd4

Please sign in to comment.