Github Actions (release) fixed

This commit is contained in:
Paramtamtam 2021-01-16 01:43:35 +05:00
parent 97e1214f68
commit 6bd02fba06
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B

View File

@ -32,7 +32,7 @@ jobs:
-f ./Dockerfile . -f ./Dockerfile .
- name: Push into default registry - name: Push into default registry
run: docker push "tarampampam/3proxy:${IMAGE_TAG}" && docker push "tarampampam/3proxy:latest" run: docker push "tarampampam/3proxy:${{ steps.tag.outputs.value }}" && docker push "tarampampam/3proxy:latest"
- name: Push into ghcr.io - name: Push into ghcr.io
run: docker push "ghcr.io/tarampampam/3proxy:${IMAGE_TAG}" && docker push "ghcr.io/tarampampam/3proxy:latest" run: docker push "ghcr.io/tarampampam/3proxy:${{ steps.tag.outputs.value }}" && docker push "ghcr.io/tarampampam/3proxy:latest"