Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfelis committed Jan 26, 2024
1 parent c14ef6b commit 4c5db70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-registry-gaia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
env:
DH_USERNAME: ${{ secrets.DOCKER_HUB_LOGIN }}
DH_TOKEN: ${{ secrets.DOCKER_HUB_PWD }}
IMAGE_TAG: ${GITHUB_REF##*/}
IMAGE_TAG: ${{ GITHUB_REF##*/ }}
IMAGE_NAME: "2060-demos-gaia-front"
jobs:
build:
Expand Down

0 comments on commit 4c5db70

Please sign in to comment.