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 bd9e807
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,15 @@ 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 }}

0 comments on commit bd9e807

Please sign in to comment.