Skip to content

Commit f5411df

Browse files
committed
Fixed.
1 parent a6ff505 commit f5411df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
docker:
88
strategy:
99
matrix:
10+
name: [ amd64, arm64, arm-v7 ]
1011
os: [ linux/amd64, linux/arm64, linux/arm/v7 ]
1112
runs-on: ubuntu-latest
1213
steps:
@@ -27,5 +28,5 @@ jobs:
2728
uses: docker/build-push-action@v6
2829
with:
2930
push: true
30-
tags: iantorres/boosted:latest
31+
tags: iantorres/boosted:${{ matrix.os }}-latest
3132
platforms: ${{ matrix.os }}

0 commit comments

Comments
 (0)