This commit is contained in:
2025-10-15 15:15:31 +03:00
parent 6f12f241e3
commit 19b749077f
+1
View File
@@ -36,6 +36,7 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ env.OWNER }}
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
- name: Push Docker image with release tag
run: docker push ${{ env.REGISTRY }}/${{ env.OWNER }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}