mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 01:01:03 +02:00
Working on getting push working
This commit is contained in:
parent
160386c943
commit
5cc7b84ebb
1 changed files with 4 additions and 7 deletions
11
.github/workflows/release.yaml
vendored
11
.github/workflows/release.yaml
vendored
|
|
@ -77,14 +77,11 @@ jobs:
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
type=sha
|
type=sha
|
||||||
|
|
||||||
# - run: echo ${{ steps.meta.outputs.labels }}
|
- name: Build containers
|
||||||
# - run: echo ${{ steps.meta.outputs.tags }}
|
run: make container VERSION=${{ steps.version.outputs.VERSION }}
|
||||||
|
|
||||||
# - name: Build containers
|
- name: Push containers
|
||||||
# run: make container VERSION=${{ steps.version.outputs.VERSION }}
|
run: make push VERSION=${{ steps.version.outputs.VERSION }}
|
||||||
|
|
||||||
# - name: Push containers
|
|
||||||
# run: make push VERSION=${{ steps.version.outputs.VERSION }}
|
|
||||||
|
|
||||||
# - name: Build and push Docker image
|
# - name: Build and push Docker image
|
||||||
# id: push
|
# id: push
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue