Attempt docker release fix

This commit is contained in:
Cohee 2024-05-20 23:03:22 +03:00
parent ab75680ed3
commit dff5ca7e92

View File

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