Skip to content

Commit

Permalink
ci: fixes for vars (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Choiński <[email protected]>
  • Loading branch information
Wallted authored Jan 27, 2024
1 parent 6965d7d commit 640c5ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- 'v*.*.*'

env:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_NAME_PROXY: ${{ env.IMAGE_NAME_PROXY }}
IMAGE_NAME: ${{ vars.IMAGE_NAME }}
IMAGE_NAME_PROXY: ${{ vars.IMAGE_NAME_PROXY }}
DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
DOCKER_HUB_PASS: ${{ secrets.DOCKER_HUB_PASS }}
Expand Down

0 comments on commit 640c5ed

Please sign in to comment.