Skip to content

Commit

Permalink
Fix registry var name
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Mancini committed Jan 26, 2024
1 parent 37d4b75 commit 7fcda4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-docker_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
file: ./Dockerfile
push: true
tags: |
${{ vars.GEOKUBE_REGISTR }}/geokube:${{ env.TAG }}
${{ secrets.GEOKUBE_REGISTR }}/geokube:latest
${{ vars.GEOKUBE_REGISTRY }}/geokube:${{ env.TAG }}
${{ secrets.GEOKUBE_REGISTRY }}/geokube:latest

0 comments on commit 7fcda4c

Please sign in to comment.