Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
Co-Authored-By: Liza Tsibur <liza@activecountermeasures.com>
  • Loading branch information
caffeinatedpixel and lisaSW committed Jun 28, 2024
1 parent f755531 commit ed707f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
type=schedule
type=ref,event=branch
type=ref,event=pr
type=ref,event=tag
type=semver,pattern={{raw}}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=sha
Expand All @@ -53,7 +54,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
# TODO: comment this back in
# push: ${{ github.event_name != 'pull_request' }}
push: true
push: ${{ github.event_name != 'pull_request' }}
# push: true
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit ed707f1

Please sign in to comment.