Update and rename docker-publish-ghcr.yml to docker-publish.yml

This commit is contained in:
Matthew Connelly 2022-08-17 14:38:36 +01:00 committed by GitHub
parent 80aaa0883b
commit ef2f306fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ jobs:
- name: Log into registry ${{ env.REGISTRY }}
uses: docker/login-action@v2.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Setup Buildx
uses: docker/setup-buildx-action@v2.0.0
- name: Build and push Docker image