Skip to content

Commit

Permalink
The slash here might break stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
xSke committed Feb 15, 2024
1 parent 15efea4 commit a7f3acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.repository == 'PluralKit/avatars'
strategy:
matrix:
platform: [linux/amd64, linux/arm64]
platform: [amd64, arm64]
steps:
- uses: docker/login-action@v1
with:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
# https://github.com/docker/build-push-action/issues/378
context: .
platforms: |-
${{ matrix.platform }}
linux/${{ matrix.platform }}
push: true
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
Expand Down

0 comments on commit a7f3acf

Please sign in to comment.