Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Dec 28, 2023
1 parent abb6c68 commit e2b88ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v1
with:
install: true
version: v0.9.1
- name: Login to ghcr
uses: docker/login-action@v3
with:
Expand All @@ -26,7 +29,5 @@ jobs:
uses: docker/bake-action@v4
with:
push: true
no-cache: true
set: |
*.output=type=docker,oci-mediatypes=false
*.platform=linux/arm64

0 comments on commit e2b88ea

Please sign in to comment.