Stuff and things
This commit is contained in:
parent
83f12dcbd7
commit
e20f940eaf
6 changed files with 299 additions and 335 deletions
11
.github/workflows/docker-publish.yml
vendored
11
.github/workflows/docker-publish.yml
vendored
|
|
@ -23,16 +23,6 @@ jobs:
|
|||
# Download the latest commit from the master branch
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# Set up QEMU
|
||||
- id: qemu
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
image: tonistiigi/binfmt:master
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
# Set up Buildx so we can build multi-arch images
|
||||
- uses: docker/setup-buildx-action@v3
|
||||
|
||||
# Install the latest version of ruff
|
||||
- uses: astral-sh/ruff-action@v3
|
||||
with:
|
||||
|
|
@ -60,7 +50,6 @@ jobs:
|
|||
- uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue