Skip to content

Commit

Permalink
fix: replace wrong prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
KonsumGandalf committed Jan 11, 2024
1 parent 3512b26 commit 5fdc7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-profaastinate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Tag and push dashboard image
run: |
docker tag ${{ env.IMAGE_NAME }}:latest-amd64 ${{ env.REGISTRY }}/${{ github.repository }}/${{ env.SET_IMAGE_NAME }}:latest-amd64
docker push ${{ env.REGISTRY }}/${{ github.repository }}/$}{ env.SET_IMAGE_NAME }}:latest-amd64
docker push ${{ env.REGISTRY }}/${{ github.repository }}/${{ env.SET_IMAGE_NAME }}:latest-amd64

0 comments on commit 5fdc7b5

Please sign in to comment.