Oops. Fixed the variable binding. Last push hopefully to resolve the GH Workflow.

This commit is contained in:
Michael Helfrich 2022-02-10 20:36:38 -05:00
parent 5b3ec22107
commit 0817d302dd

View File

@ -17,7 +17,7 @@ jobs:
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Extract metadata (tags, labels) for Docker
id: meta