We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a7736 commit 45ab1ccCopy full SHA for 45ab1cc
.github/workflows/docker.yml
@@ -12,11 +12,11 @@ jobs:
12
- name: Login to DockerHub
13
uses: docker/login-action@v1
14
with:
15
- username: frankpagan
+ username: ${{ secrets.DOCKERHUB_USER }}
16
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
17
- name: docker build
18
id: docker_build
19
- run: docker build . -t frankpagan/cocreate-docs:latest
+ run: docker build . -t cocreateapps/cocreate-docs:latest
20
- name: docker push
21
id: docker_push
22
run: |
0 commit comments