From 0c82f66337cc1d7fd078aa364e9f245440893241 Mon Sep 17 00:00:00 2001 From: MicaiahReid Date: Thu, 14 Sep 2023 10:01:02 -0400 Subject: [PATCH] fix dockerfile path --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 30c50aff7..f0a1012bf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,6 +71,6 @@ jobs: context: . tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - file: ./dockerfiles/components/chainhook.dockerfile + file: ./dockerfiles/components/chainhook-node.dockerfile # Only push if (there's a new release on main branch, or if building a non-main branch) and (Only run on non-PR events or only PRs that aren't from forks) push: ${{ (github.ref != 'refs/heads/master' || steps.semantic.outputs.new_release_version != '') && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) }}