Skip to content

Commit

Permalink
Fix build to forks
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed Sep 6, 2024
1 parent f3df91a commit d31b7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ secrets.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}
images: ${{ secrets.DOCKER_REGISTRY }}${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit d31b7aa

Please sign in to comment.