Forgot to update both deploy jobs

This commit is contained in:
Dimitri Huisman
2022-11-04 14:13:06 +01:00
parent b2e47642f7
commit 2a3266b6b8

View File

@@ -426,6 +426,7 @@ jobs:
docker buildx imagetools create \
--tag ${{ inputs.docker_org }}/${{ matrix.target }}:${{ env.MAILU_VERSION }} \
--tag ${{ inputs.docker_org }}/${{ matrix.target }}:$pinned_mailu_version \
--tag ${{ inputs.docker_org }}/${{ matrix.target }}:latest \
ghcr.io/${{ steps.string.outputs.lowercase }}/${{ matrix.target }}:${{ env.MAILU_VERSION }}
deploy-arm: