We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4018c16 commit 7e3961eCopy full SHA for 7e3961e
1 file changed
.github/workflows/publish-docker.yml
@@ -20,12 +20,12 @@ jobs:
20
id: meta
21
uses: docker/metadata-action@v5
22
with:
23
- images: ${{ vars.DOCKER_USERNAME }}/population-app
+ images: decodedev/population-app
24
25
- name: Log in to Docker Hub
26
uses: docker/login-action@v3
27
28
- username: ${{ vars.DOCKER_USERNAME }}
+ username: ${{ secrets.DOCKER_USERNAME }}
29
password: ${{ secrets.DOCKER_TOKEN }}
30
31
- name: Set up Docker Buildx
0 commit comments