Skip to content

Commit

Permalink
trigger on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rjonczy committed Mar 29, 2024
1 parent a14abab commit 7a26c94
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/goreleaser-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- develop
- fix-goreleaser

permissions:
contents: write
Expand Down Expand Up @@ -39,11 +40,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push versioned image
uses: docker/build-push-action@v5
with:
file: contrib/docker/goreleaser.Dockerfile
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ghcr.io/composablefi/composable-cosmos:latest
# - name: Build and push versioned image
# uses: docker/build-push-action@v5
# with:
# file: contrib/docker/goreleaser.Dockerfile
# context: .
# push: true
# platforms: linux/amd64,linux/arm64
# tags: ghcr.io/composablefi/composable-cosmos:latest

0 comments on commit 7a26c94

Please sign in to comment.