mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-16 16:51:02 +02:00
Working on getting push working
This commit is contained in:
parent
7a2501ac38
commit
160386c943
2 changed files with 3 additions and 3 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue