Skip to content

Commit

Permalink
fix(ci): adds correct repository path
Browse files Browse the repository at this point in the history
  • Loading branch information
akoenig committed May 7, 2024
1 parent 1611ee8 commit 26d18ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
images: |
${{ env.IMAGE_URL }}
labels: |
dockerfile-path=https://github.com/${{github.repo}}/blob/${{github.sha}}/Dockerfile
dockerfile-path=https://github.com/${{ github.repository }}/blob/${{ github.sha }}/Dockerfile
- name: Build image and push to registry
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 26d18ef

Please sign in to comment.