From a78b98e513e8e6339cd35837d839686b37493f45 Mon Sep 17 00:00:00 2001 From: refcell Date: Thu, 11 Jul 2024 15:33:49 -0400 Subject: [PATCH] quick fix (#377) --- .github/workflows/trusted_sync_docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trusted_sync_docker.yaml b/.github/workflows/trusted_sync_docker.yaml index 8190c368b..70ed009c6 100644 --- a/.github/workflows/trusted_sync_docker.yaml +++ b/.github/workflows/trusted_sync_docker.yaml @@ -39,5 +39,5 @@ jobs: file: examples/trusted-sync/Dockerfile context: . push: true - tags: ${{ steps.meta.outputs.tags }},ethereum-optimism/kona/trusted-sync:${{ github.event.inputs.customTag }} + tags: ${{ steps.meta.outputs.tags }},ghcr.io/ethereum-optimism/kona/trusted-sync:${{ github.event.inputs.customTag }} labels: ${{ steps.meta.outputs.labels }}