Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
Silex committed Aug 14, 2024
1 parent f2ee2a9 commit 6d3cf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
uses: docker/build-push-action@v5
with:
pull: true
push: ${{ github.ref == 'refs/heads/master' }}
push: true
cache-from: ${{ fromJSON(steps.data.outputs.ghcr_tags)[0] }}
cache-to: '"type=inline"'
tags: ${{ join(fromJSON(steps.data.outputs.ghcr_tags), ', ') }}
Expand Down

0 comments on commit 6d3cf85

Please sign in to comment.