fix(ci): correct docker push cmds for Gitea images
This commit is contained in:
parent
0389ad841b
commit
d006ebf9fc
@ -170,5 +170,6 @@ jobs:
|
|||||||
${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.create_release.outputs.release_name }}
|
${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.create_release.outputs.release_name }}
|
||||||
|
|
||||||
- name: Push Gitea image(s)
|
- name: Push Gitea image(s)
|
||||||
run:
|
run: |
|
||||||
docker push ${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}:latest ${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.create_release.outputs.release_name }}
|
docker push ${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}:latest
|
||||||
|
docker push ${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.create_release.outputs.release_name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user