Github Actions (release) fixed
This commit is contained in:
parent
97e1214f68
commit
6bd02fba06
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user