Skip to content

Commit

Permalink
Correctly set PLATFORM_PAIR
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Sep 30, 2024
1 parent 2bca0f2 commit efe9925
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
- linux/arm/v7
- linux/arm64
steps:
- name: Prepare
run: |
platform=${{ matrix.platform }}
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit efe9925

Please sign in to comment.