Skip to content

Commit

Permalink
DockerHub repository rename (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Damian Figiel <68967763+DamianFigiel@users.noreply.github.com>
  • Loading branch information
DamianFigiel committed Dec 5, 2023
1 parent 4c565ff commit 6d5629e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-image-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
env:
DOCKERHUB_API_USERNAME: ${{ secrets.DOCKERHUB_API_USERNAME }}
DOCKERHUB_API_TOKEN: ${{ secrets.DOCKERHUB_API_TOKEN }}
DOCKER_REPOSITORY: daemon
DOCKER_REPOSITORY: wallet-daemon
IMAGE_TAG: ${{ github.ref_name }}
run: |
docker login --username $DOCKERHUB_API_USERNAME --password $DOCKERHUB_API_TOKEN
docker build -t enjin/$DOCKER_REPOSITORY:$IMAGE_TAG -f docker/Dockerfile .
docker push enjin/$DOCKER_REPOSITORY:$IMAGE_TAG
docker push enjin/$DOCKER_REPOSITORY:$IMAGE_TAG

0 comments on commit 6d5629e

Please sign in to comment.