Updated Workflow to upload new docker image on push
Some checks failed
Publish to Package Regsitry / deploy (push) Failing after 2m20s
Some checks failed
Publish to Package Regsitry / deploy (push) Failing after 2m20s
This commit is contained in:
@ -6,7 +6,7 @@ on:
|
||||
- main
|
||||
|
||||
env:
|
||||
REGISTRY_URL: https://gitea.jono-rams.work
|
||||
REGISTRY_URL: gitea.jono-rams.work
|
||||
REGISTRY_TOKEN: ${{ secrets.GLOBAL_PACKAGE_TOKEN }}
|
||||
REGISTRY_USER: ${{ vars.GLOBAL_ACCOUNT_EMAIL }}
|
||||
|
||||
@ -35,8 +35,8 @@ jobs:
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.REGISTRY_URL }}/${{ secrets.GITEA_REPOSITORY_OWNER }}/${{ secrets.GITEA_REPOSITORY_NAME }}:latest
|
||||
${{ env.REGISTRY_URL }}/${{ secrets.GITEA_REPOSITORY_OWNER }}/${{ secrets.GITEA_REPOSITORY_NAME }}:${{ github.sha }}
|
||||
${{ env.REGISTRY_URL }}/${{ gitea.repository_owner }}/${{ gitea.repository_name }}:latest
|
||||
${{ env.REGISTRY_URL }}/${{ gitea.repository_owner }}/${{ gitea.repository_name }}:${{ gitea.sha }}
|
||||
|
||||
- name: Logout from Gitea Package Regsitry
|
||||
if: always()
|
||||
|
Reference in New Issue
Block a user