Attempt docker release fix 2

This commit is contained in:
Cohee 2024-05-20 23:08:51 +03:00
parent dff5ca7e92
commit 071f232611

View File

@ -93,5 +93,6 @@ jobs:
if: ${{ github.event_name == 'release' }}
run: |
IMAGE_NAME="${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
docker pull $IMAGE_NAME:${{ github.ref_name }}
docker tag $IMAGE_NAME:${{ github.ref_name }} $IMAGE_NAME:latest
docker push $IMAGE_NAME:latest