Skip to content

Commit

Permalink
Remove 2nd push (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermaggedon authored Jan 6, 2025
1 parent dc2b599 commit ceff3f0
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,34 +65,12 @@ jobs:
- name: Put version into package manifests
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
run: make container VERSION=${{ steps.version.outputs.VERSION }}

- name: Push containers
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:

name: Upload release bundle
Expand Down

0 comments on commit ceff3f0

Please sign in to comment.