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 - name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with: with:
registry: ${{ env.REGISTRY }} username: ${{ secrets.DOCKER_USERNAME }}
username: ${{ github.actor }} password: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.CONTAINER_PAT }}
- name: Extract metadata (tags, labels) for Docker - name: Extract metadata (tags, labels) for Docker
id: meta id: meta