Skip to content

Commit 7e3961e

Browse files
committed
Separate username from image repo
1 parent 4018c16 commit 7e3961e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
id: meta
2121
uses: docker/metadata-action@v5
2222
with:
23-
images: ${{ vars.DOCKER_USERNAME }}/population-app
23+
images: decodedev/population-app
2424

2525
- name: Log in to Docker Hub
2626
uses: docker/login-action@v3
2727
with:
28-
username: ${{ vars.DOCKER_USERNAME }}
28+
username: ${{ secrets.DOCKER_USERNAME }}
2929
password: ${{ secrets.DOCKER_TOKEN }}
3030

3131
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)