1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

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
No known key found for this signature in database

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: