We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1217225 commit 98ba69cCopy full SHA for 98ba69c
1 file changed
.github/workflows/docker-publish.yml
@@ -13,7 +13,7 @@ on:
13
14
env:
15
IMAGE_NAME_GHCR: ghcr.io/prizz/opencode-cloud-sandbox
16
- IMAGE_NAME_DOCKERHUB: prizz/opencode-cloud-sandbox
+ IMAGE_NAME_DOCKERHUB: ${{ vars.DOCKERHUB_USERNAME }}/opencode-cloud-sandbox
17
18
jobs:
19
build-and-push:
@@ -56,7 +56,7 @@ jobs:
56
- name: Log in to Docker Hub
57
uses: docker/login-action@v3
58
with:
59
- username: ${{ secrets.DOCKERHUB_USERNAME }}
+ username: ${{ vars.DOCKERHUB_USERNAME }}
60
password: ${{ secrets.DOCKERHUB_TOKEN }}
61
62
- name: Extract Dockerfile from embedded location
0 commit comments