mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 03:42:11 +02:00
Remove 2nd push (#258)
This commit is contained in:
parent
dc2b599fda
commit
ceff3f0e34
1 changed files with 0 additions and 22 deletions
22
.github/workflows/release.yaml
vendored
22
.github/workflows/release.yaml
vendored
|
|
@ -65,34 +65,12 @@ jobs:
|
||||||
- name: Put version into package manifests
|
- name: Put version into package manifests
|
||||||
run: make update-package-versions VERSION=${{ steps.version.outputs.VERSION }}
|
run: make update-package-versions VERSION=${{ steps.version.outputs.VERSION }}
|
||||||
|
|
||||||
- name: Extract metadata for container
|
|
||||||
id: meta
|
|
||||||
uses: docker/metadata-action@v4
|
|
||||||
with:
|
|
||||||
images: trustgraph/trustgraph-flow
|
|
||||||
tags: |
|
|
||||||
type=ref,event=branch
|
|
||||||
type=ref,event=pr
|
|
||||||
type=semver,pattern={{version}}
|
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
|
||||||
type=sha
|
|
||||||
|
|
||||||
- name: Build containers
|
- name: Build containers
|
||||||
run: make container VERSION=${{ steps.version.outputs.VERSION }}
|
run: make container VERSION=${{ steps.version.outputs.VERSION }}
|
||||||
|
|
||||||
- name: Push containers
|
- name: Push containers
|
||||||
run: make push VERSION=${{ steps.version.outputs.VERSION }}
|
run: make push VERSION=${{ steps.version.outputs.VERSION }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
|
||||||
id: push
|
|
||||||
uses: docker/build-push-action@v6
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
file: ./Containerfile
|
|
||||||
push: true
|
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
|
||||||
|
|
||||||
release-bundle:
|
release-bundle:
|
||||||
|
|
||||||
name: Upload release bundle
|
name: Upload release bundle
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue