Github Actions (release) fixed

This commit is contained in:
Paramtamtam
2021-01-16 01:43:35 +05:00
parent 97e1214f68
commit 6bd02fba06

View File

@@ -32,7 +32,7 @@ jobs:
-f ./Dockerfile .
- 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
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"