switch to docker hub

This commit is contained in:
Ray Lyon
2022-04-06 18:58:38 -04:00
committed by GitHub
parent b54686e8cd
commit 7bfd085abb

View File

@@ -21,9 +21,8 @@ jobs:
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.CONTAINER_PAT }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Extract metadata (tags, labels) for Docker
id: meta