Updated Workflow to upload new docker image on push
Some checks failed
Publish to Package Regsitry / deploy (push) Failing after 1m50s
Some checks failed
Publish to Package Regsitry / deploy (push) Failing after 1m50s
This commit is contained in:
@ -35,8 +35,8 @@ jobs:
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.REGISTRY_URL }}/${{ gitea.repository_owner }}/${{ gitea.repository }}:latest
|
||||
${{ env.REGISTRY_URL }}/${{ gitea.repository_owner }}/${{ gitea.repository }}:${{ gitea.sha }}
|
||||
${{ env.REGISTRY_URL }}/${{ gitea.repository }}:latest
|
||||
${{ env.REGISTRY_URL }}/${{ gitea.repository }}:${{ gitea.sha }}
|
||||
|
||||
- name: Logout from Gitea Package Regsitry
|
||||
if: always()
|
||||
|
Reference in New Issue
Block a user