Skip to content

Commit 9cd7a84

Browse files
committed
don't specify fully qualified docker hub image name
Using a fully qualified tag name doesn't play well with the existing logic to update the deployed tag. Rather than messing with that logic, just revert to not speciying the registry for the tags meant for Docker Hub.
1 parent fe0cfd0 commit 9cd7a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: docker/metadata-action@v5
5454
with:
5555
images: |
56-
docker.io/${{ github.repository }}
56+
${{ github.repository }}
5757
ghcr.io/${{ github.repository }}
5858
flavor: |
5959
latest=false

0 commit comments

Comments
 (0)