diff --git a/.github/workflows/smart-contracts-integrations-tests-ghcr.yml b/.github/workflows/smart-contracts-integrations-tests-ghcr.yml index ebcc9b1ad..c7de566a6 100644 --- a/.github/workflows/smart-contracts-integrations-tests-ghcr.yml +++ b/.github/workflows/smart-contracts-integrations-tests-ghcr.yml @@ -33,5 +33,6 @@ jobs: file: toolkit/offchain/tests/docker/Dockerfile push: true tags: | - ghcr.io/partner-chains/smart-contracts-tests-cardano-node-ogmios:${{ inputs.tag }} - ghcr.io/partner-chains/smart-contracts-tests-cardano-node-ogmios:latest + ghcr.io/${{ github.repository_owner }}/smart-contracts-tests-cardano-node-ogmios:${{ inputs.tag }} + ghcr.io/${{ github.repository_owner }}/smart-contracts-tests-cardano-node-ogmios:latest +