Skip to content

Commit

Permalink
more ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed Dec 30, 2023
1 parent f60926a commit 081959a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
with:
context: .
push: github.event_name != 'pull_request'
tags: ${{ steps.meta.outputs.tags || github.event.inputs.tag }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ github.event.inputs.tag || steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 081959a

Please sign in to comment.