Working on getting push working

This commit is contained in:
Cyber MacGeddon 2025-01-06 21:37:21 +00:00
parent 7a2501ac38
commit 160386c943
2 changed files with 3 additions and 3 deletions

View file

@ -77,8 +77,8 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=sha
- run: echo ${{ steps.meta.outputs.labels }}
- run: echo ${{ steps.meta.outputs.tags }}
# - run: echo ${{ steps.meta.outputs.labels }}
# - run: echo ${{ steps.meta.outputs.tags }}
# - name: Build containers
# run: make container VERSION=${{ steps.version.outputs.VERSION }}

View file

@ -104,5 +104,5 @@ update-dcs: set-version
docker-hub-login:
cat docker-token.txt | \
docker login -u trustgraph --password-stdin registry-1.docker.io
${DOCKER} login -u trustgraph --password-stdin registry-1.docker.io