Skip to content

Commit

Permalink
fix: always the slash
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Jan 1, 2024
1 parent 81384bc commit 557ee92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
eicweb/${{ matrix.BUILD_IMAGE }}:test
ghcr.io/eic/${{ matrix.BUILD_IMAGE }}:test
build-args: |
DOCKER_REGISTRY=${{ env.GH_REGISTRY }}/${{ env.GH_REGISTRY_USER }}
DOCKER_REGISTRY=${{ env.GH_REGISTRY }}/${{ env.GH_REGISTRY_USER }}/
BASE_IMAGE=${{ matrix.BASE_IMAGE }}
BUILD_IMAGE=${{ matrix.BUILD_IMAGE }}
SPACK_ORGREPO=${{ steps.spack.outputs.orgrepo }}
Expand Down

0 comments on commit 557ee92

Please sign in to comment.