Skip to content

Commit

Permalink
fix: pipeline push snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
TrayserCassa committed Jan 28, 2025
1 parent 825bea9 commit 9c97acb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_and_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,16 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Run goreleaser on developer branch
id: goreleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: "~> v1"
args: release --clean --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Push images
run: |
docker push ghcr.io/shopware/shopware-operator:${{ fromJSON(steps.goreleaser.outputs.metadata).version }}-arm64
docker push ghcr.io/shopware/shopware-operator:${{ fromJSON(steps.goreleaser.outputs.metadata).version }}-amd64

0 comments on commit 9c97acb

Please sign in to comment.