Skip to content

Commit

Permalink
Revert "use github.event.repository.name for the Docker image name"
Browse files Browse the repository at this point in the history
This reverts commit 62b6535.
  • Loading branch information
briskt committed Feb 23, 2024
1 parent 809f49e commit 9e7a5d7
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 @@ -33,7 +33,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ vars.DOCKER_ORG }}/${{ github.event.repository.name }},
images: ${{ vars.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 9e7a5d7

Please sign in to comment.