Compare commits

...

1 Commits

Author SHA1 Message Date
Ian Knox
e93a8720a4 updating auth to work with current secret setup 2022-02-18 10:19:45 -06:00

View File

@@ -74,7 +74,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
username: USERNAME
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push MAJOR.MINOR.PATCH tag