Skip to content

Commit

Permalink
Update docker-publish-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Minionguyjpro authored Oct 13, 2024
1 parent 3819602 commit 3b8973d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: docker/build-push-action@v6
with:
tags: |
docker.io/${{ secrets.DOCKER_USERNAME }}/${{ steps.repo-name.outputs._0 }}:${{ steps.meta-docker.outputs.tags }}
docker.io/${{ secrets.DOCKER_USERNAME }}/winuefi:${{ steps.meta-docker.outputs.tags }}
ghcr.io/${{ github.repository }}:${{ steps.meta-docker.outputs.tags }}
ghcr.io/${{ github.repository }}:latest
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 3b8973d

Please sign in to comment.