Skip to content

Commit

Permalink
Fix registry
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed May 14, 2024
1 parent 05753bc commit abd1fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml → .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ jobs:
- name: Push image
uses: akhilerm/[email protected]
with:
src: ${{ env.registry }}${{ env.ISPG_IMAGE }}@${{ needs.build.outputs.image_digest }}
src: ${{ env.REGISTRY }}${{ env.ISPG_IMAGE }}@${{ needs.build.outputs.image_digest }}
dst: ${{ steps.meta.outputs.tags }}

0 comments on commit abd1fe7

Please sign in to comment.