fix
This commit is contained in:
10
.github/workflows/coolify-realtime-next.yml
vendored
10
.github/workflows/coolify-realtime-next.yml
vendored
@@ -143,3 +143,13 @@ jobs:
|
||||
if: always()
|
||||
with:
|
||||
webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_RELEASE_CHANNEL }}
|
||||
|
||||
- name: Remote -next and -next-aarch64 images from ${{ env.GITHUB_REGISTRY }}
|
||||
run: |
|
||||
docker buildx imagetools rmi ${{ env.GITHUB_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.VERSION }}-next
|
||||
docker buildx imagetools rmi ${{ env.GITHUB_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.VERSION }}-next-aarch64
|
||||
|
||||
- name: Remote -next and -next-aarch64 images from ${{ env.DOCKER_REGISTRY }}
|
||||
run: |
|
||||
docker buildx imagetools rmi ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.VERSION }}-next
|
||||
docker buildx imagetools rmi ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.VERSION }}-next-aarch64
|
||||
|
Reference in New Issue
Block a user