Skip to content

Commit 71f24cf

Browse files
author
David Robertson
committed
Tag container images under docker.io
1 parent 575d0fd commit 71f24cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
images: |
5050
ghcr.io/${{ github.repository }}
51-
# docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/${{ github.event.repository.name }}
51+
docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/${{ github.event.repository.name }}
5252
flavor: |
5353
latest=false
5454
tags: |

0 commit comments

Comments
 (0)