forked from GithubBackups/healthchecks
Rename secret names in publish_docker_image.yml
This commit is contained in:
parent
ec56ceae8f
commit
83eb10b99e
4
.github/workflows/publish_docker_image.yml
vendored
4
.github/workflows/publish_docker_image.yml
vendored
@ -15,8 +15,8 @@ jobs:
|
|||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
id: meta
|
||||||
|
Loading…
x
Reference in New Issue
Block a user