fix
Some checks failed
/ build-container (push) Failing after 38s

This commit is contained in:
Finn 2024-04-23 18:08:46 -07:00
parent 821e16f733
commit 8a7d1d8b76

View file

@ -8,7 +8,7 @@ jobs:
- run: apk add --no-cache nodejs git - run: apk add --no-cache nodejs git
- name: login to container registry - name: login to container registry
run: echo "${{ secrets.PACKAGE_PUBLISH_TOKEN }}" | docker login --username finn --password-stdin git.janky.solutions run: echo "${{ secrets.PACKAGE_PUBLISH_TOKEN }}" | docker login --username finn --password-stdin git.janky.solutions
- uses: https://github.com/docker/metadata-action - uses: https://github.com/docker/metadata-action@v5
id: meta id: meta
with: with:
images: git.janky.solutions/finn/lockserver images: git.janky.solutions/finn/lockserver