We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a671b94 commit f120b7cCopy full SHA for f120b7c
.github/workflows/docker-image.yml
@@ -33,6 +33,6 @@ jobs:
33
uses: docker/build-push-action@v5
34
with:
35
context: .
36
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64,linux/arm64,linux/arm/v7
37
push: true
38
- tags: ghcr.io/int2001/wavelog:dev
+ tags: ghcr.io/int2001/wavelog:${{ github.ref_name == 'master' && 'latest' || github.ref_name }}
0 commit comments