Skip to content

Commit 995736b

Browse files
authored
Update codev-docker-image.yml
1 parent 1d9f821 commit 995736b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codev-docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
uses: docker/[email protected]
1515
with:
1616
registry: registry.gitlab.com
17-
username: ${{DOCKER_USER}}
17+
username: ${{secrets.DOCKER_USER}}
1818
# Password or personal access token used to log against the Docker registry
19-
password: ${{DOCKER_TOKEN}}
19+
password: ${{secrets.DOCKER_TOKEN}}
2020

2121
- name: Build the Docker image
2222
run: docker build -t registry.gitlab.com/currax-data-science/generative_deep_learning_2nd_edition:${{github.run_number}} -f docker/Dockerfile.codev .

0 commit comments

Comments
 (0)