Skip to content

Commit

Permalink
use github.event.repository.name for Docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Apr 5, 2024
1 parent 23c3ece commit 96c5133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.IMAGE_NAME }}
images: ${{ vars.DOCKER_ORG }}/${{ github.event.repository.name }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 96c5133

Please sign in to comment.