Fixing variable binding.
This commit is contained in:
parent
8af7b39f6f
commit
5b3ec22107
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -16,8 +16,8 @@ jobs:
|
||||
name: Login to Docker Hub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
|
Loading…
Reference in New Issue
Block a user