From 519f58dcccf75b4c27445a3e24ac767438d23c54 Mon Sep 17 00:00:00 2001 From: refcell Date: Thu, 11 Jul 2024 15:14:22 -0400 Subject: [PATCH] fully qualified path --- .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 af4ef0bf1..8190c368b 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 }},trusted-sync:${{ github.event.inputs.customTag }} + tags: ${{ steps.meta.outputs.tags }},ethereum-optimism/kona/trusted-sync:${{ github.event.inputs.customTag }} labels: ${{ steps.meta.outputs.labels }}