Skip to content

Commit

Permalink
Update dockerize.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinaNikolaevaa authored Dec 1, 2023
1 parent a5a4580 commit 81b371b
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-v3
IMAGE_NAME: ${{vars.DOCKERHUB_ORG_NAME}}/uniswap-v3
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 81b371b

Please sign in to comment.