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 13d9ba4 commit 4ce9463Copy full SHA for 4ce9463
2 files changed
.github/workflows/dev.yml
@@ -82,7 +82,7 @@ jobs:
82
BF_IMAGE=${{ env.REPOSITORY_NAME }}
83
BF_VERSION=${{ steps.version.outputs.contents }}
84
push: ${{ startsWith(github.ref, 'refs/heads/') }}
85
- platforms: linux/amd64,linux/arm/v7,linux/arm64
+ platforms: linux/amd64,linux/arm64
86
tags: |
87
bfren/wordpress:php${{ matrix.php }}-dev
88
bfren/wordpress:php${{ matrix.php }}-${{ steps.version.outputs.contents }}-dev
.github/workflows/publish.yml
@@ -87,7 +87,7 @@ jobs:
BF_PUBLISHING=1
89
push: true
90
91
92
bfren/wordpress:php${{ matrix.php }}
93
bfren/wordpress:php${{ matrix.php }}-${{ steps.version_major.outputs.contents }}
0 commit comments