fix logging into container registry
All checks were successful
/ build-container (push) Successful in 1m44s

This commit is contained in:
Finn 2024-03-31 22:13:35 -07:00
parent d72bcadf54
commit 06ab2e9215

View file

@ -10,7 +10,7 @@ jobs:
steps:
- run: apk add --no-cache nodejs git
- name: login to container registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login --username "${GITHUB_ACTOR}" --password-stdin git.janky.solutions
run: echo "${{ secrets.PACKAGE_PUBLISH_TOKEN }}" | docker login --username finn --password-stdin git.janky.solutions
- name: build container
uses: docker/build-push-action@v4
with: