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 ee1cf18 commit 0d013e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +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: ./Dockerfile
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 0d013e8

Please sign in to comment.