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 4d3866e commit b427a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-registry-gaia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
cd containers/citizen-registry/kubernetes/registry-gaia/
docker login -u $DH_USERNAME -p $DH_TOKEN
echo "Build and push 2060-demos-gaia-front image for docker hub..."
docker build -f Dockerfile -t $IMAGE_NAME:${GITHUB_REF##*/} .
docker push $IMAGE_NAME:${GITHUB_REF##*/}
docker build -f Dockerfile -t $DH_USERNAME/$IMAGE_NAME:${GITHUB_REF##*/} .
docker push $DH_USERNAME/$IMAGE_NAME:${GITHUB_REF##*/}

0 comments on commit b427a0a

Please sign in to comment.