Rename secret names in publish_docker_image.yml

This commit is contained in:
Pēteris Caune 2021-07-02 16:40:20 +03:00
parent ec56ceae8f
commit 83eb10b99e
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -15,8 +15,8 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta