Browse Source

Rename secret names in publish_docker_image.yml

pull/541/head
Pēteris Caune 3 years ago
parent
commit
83eb10b99e
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/publish_docker_image.yml

+ 2
- 2
.github/workflows/publish_docker_image.yml 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


Loading…
Cancel
Save