Skip to content

Commit

Permalink
Build in github
Browse files Browse the repository at this point in the history
Signed-off-by: Carsten Munk <[email protected]>
  • Loading branch information
stskeeps committed Apr 24, 2024
1 parent 89adcff commit fefb368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
ghcr.io/${{ github.repository_owner }}/cartesi-lambada-base-image,enable=${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || startsWith(github.ref, 'refs/tags/v') }}
ghcr.io/${{ github.repository_owner }}/cartesi-lambada-base-machine,enable=${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/') || startsWith(github.ref, 'refs/tags/v') }}
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand All @@ -39,7 +39,7 @@ jobs:
with:
context: .
platforms: linux/amd64
tags: zippiehq/cartesi-lambada-base-image:devel
tags: zippiehq/cartesi-lambada-base-machine:devel
push: false
load: true

Expand Down

0 comments on commit fefb368

Please sign in to comment.