Skip to content

Commit

Permalink
Update releaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a3510377 committed Apr 20, 2024
1 parent 0d013e8 commit 54b2f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ jobs:

- uses: docker/build-push-action@v5
with:
context: server
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
file: ./server/Dockerfile
# linux/386,linux/amd64,linux/arm/v7,linux/arm64/v8
platforms: linux/amd64
build-args: GIT_COMMIT=${{ github.sha }}
Expand Down

0 comments on commit 54b2f16

Please sign in to comment.