defaulted DOCKERHUB_ORG repository variable

This commit is contained in:
my-code-is-grey 2026-07-07 21:42:27 -04:00
parent 77700f361c
commit e30e6435ca

View File

@ -53,7 +53,7 @@ jobs:
context: . context: .
push: true push: true
tags: | tags: |
gns3/${{ github.event.repository.name }}:${{ steps.ver.outputs.tag }} ${{ vars.DOCKERHUB_ORG != '' && vars.DOCKERHUB_ORG || 'gns3 }}/${{ github.event.repository.name }}:${{ steps.ver.outputs.tag }}
gns3/${{ github.event.repository.name }}:latest ${{ vars.DOCKERHUB_ORG != '' && vars.DOCKERHUB_ORG || 'gns3 }}/${{ github.event.repository.name }}:latest
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ steps.ver.outputs.tag }} ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ steps.ver.outputs.tag }}
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest