Skip to content

Commit

Permalink
fix org name
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinaNikolaevaa authored Sep 18, 2024
1 parent 315eb81 commit df5393f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
workflow_dispatch:
env:
IMAGE_NAME: neonlabsorg/uniswap-v2-core
IMAGE_NAME: ${{ vars.DOCKERHUB_ORG_NAME }}/uniswap-v2-core
jobs:
dockerize:
runs-on: ubuntu-20.04
Expand All @@ -27,4 +27,4 @@ jobs:
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p "${{ secrets.DOCKER_PASSWORD }}"
echo "Push image $IMAGE_NAME:${{ steps.define-env.outputs.tag }} to Docker registry"
docker push --all-tags $IMAGE_NAME
docker push --all-tags $IMAGE_NAME

0 comments on commit df5393f

Please sign in to comment.