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
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=sha
|
||||
|
||||
# - run: echo ${{ steps.meta.outputs.labels }}
|
||||
# - run: echo ${{ steps.meta.outputs.tags }}
|
||||
- name: Build containers
|
||||
run: make container VERSION=${{ steps.version.outputs.VERSION }}
|
||||
|
||||
# - name: Build containers
|
||||
# run: make container VERSION=${{ steps.version.outputs.VERSION }}
|
||||
|
||||
# - name: Push containers
|
||||
# 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
|
||||
# id: push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue