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 972bd81 commit 5542499Copy full SHA for 5542499
.github/workflows/dockerpublish.yml
@@ -31,7 +31,7 @@ jobs:
31
tags: |
32
type=schedule,pattern={{date 'YYYYMMDD'}}
33
type=ref,event=tag
34
- type=ref,event=branch
+ type=ref,event=branch
35
type=semver,pattern={{version}}
36
type=raw,value=latest
37
@@ -52,6 +52,6 @@ jobs:
52
uses: docker/build-push-action@v5
53
with:
54
file: Dockerfile-${{ matrix.php_version }}
55
- platforms: linux/amd64, linux/386, linux/arm64
+ platforms: linux/amd64, linux/arm/v7, linux/arm64
56
push: ${{ (github.event_name != 'pull_request') && (github.repository == 'laradock/workspace') && (github.ref == 'refs/heads/master') }}
57
tags: ${{ steps.meta.outputs.tags }}
0 commit comments