From 16e62f849e0fb60462f860dd7a34e1904c5b8069 Mon Sep 17 00:00:00 2001 From: Skylar Simoncelli <128400943+skylar-simoncelli@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:38:54 +0100 Subject: [PATCH] Update smart-contracts-integrations-tests-ghcr.yml --- .github/workflows/smart-contracts-integrations-tests-ghcr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/smart-contracts-integrations-tests-ghcr.yml b/.github/workflows/smart-contracts-integrations-tests-ghcr.yml index 12119397a..c7de566a6 100644 --- a/.github/workflows/smart-contracts-integrations-tests-ghcr.yml +++ b/.github/workflows/smart-contracts-integrations-tests-ghcr.yml @@ -33,6 +33,6 @@ jobs: file: toolkit/offchain/tests/docker/Dockerfile push: true tags: | - ghcr.io/input-output-hk/partner-chains/smart-contracts-tests-cardano-node-ogmios:${{ inputs.tag }} - ghcr.io/input-output-hk/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