Skip to content

Commit 98ba69c

Browse files
committed
chore(ci): stop masking Docker Hub username
Read Docker Hub username from a repo variable so summaries show full image tags.
1 parent 1217225 commit 98ba69c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
env:
1515
IMAGE_NAME_GHCR: ghcr.io/prizz/opencode-cloud-sandbox
16-
IMAGE_NAME_DOCKERHUB: prizz/opencode-cloud-sandbox
16+
IMAGE_NAME_DOCKERHUB: ${{ vars.DOCKERHUB_USERNAME }}/opencode-cloud-sandbox
1717

1818
jobs:
1919
build-and-push:
@@ -56,7 +56,7 @@ jobs:
5656
- name: Log in to Docker Hub
5757
uses: docker/login-action@v3
5858
with:
59-
username: ${{ secrets.DOCKERHUB_USERNAME }}
59+
username: ${{ vars.DOCKERHUB_USERNAME }}
6060
password: ${{ secrets.DOCKERHUB_TOKEN }}
6161

6262
- name: Extract Dockerfile from embedded location

0 commit comments

Comments
 (0)