fix realtime-next

This commit is contained in:
Andras Bacsai
2024-10-14 09:08:31 +02:00
parent afe94b9059
commit a3934750b3

View File

@@ -143,13 +143,3 @@ jobs:
if: always() if: always()
with: with:
webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_RELEASE_CHANNEL }} webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_RELEASE_CHANNEL }}
- name: Remove -next and -next-aarch64 images from ${{ env.GITHUB_REGISTRY }}
run: |
docker manifest rm ${{ env.GITHUB_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.VERSION }}-next || true
docker manifest rm ${{ env.GITHUB_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.VERSION }}-next-aarch64 || true
- name: Remove -next and -next-aarch64 images from ${{ env.DOCKER_REGISTRY }}
run: |
docker manifest rm ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.VERSION }}-next || true
docker manifest rm ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.VERSION }}-next-aarch64 || true