Skip to content

Commit

Permalink
fix workflow v2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhny committed Sep 28, 2023
1 parent dce8671 commit 524a972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
- name: "Run Pharos"
uses: kartverket/[email protected]
with:
image_url: ${{env.REGISTRY}}/${{env.IMAGE_NAME}}:${{ steps.meta.outputs.tags }}
image_url: ${{env.REGISTRY}}/${{env.IMAGE_NAME}}:${{ github.ref_name }}

0 comments on commit 524a972

Please sign in to comment.