From c99fa7e2a2f527c06a17162b46611023ebb6be24 Mon Sep 17 00:00:00 2001 From: William O'Mullane Date: Mon, 19 Aug 2024 17:20:24 -0400 Subject: [PATCH] docker build paramter name change to file --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad69b8f..7190d92 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -93,7 +93,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - dockerfile: Dockerfile.obsloctap + file: Dockerfile.obsloctap push: true tags: | ghcr.io/lsst-dm/obsloctap:${{ steps.vars.outputs.tag }} @@ -104,7 +104,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - dockerfile: Dockerfile.consume-kafka + file: Dockerfile.consume-kafka push: true tags: | ghcr.io/lsst-dm/consume-kafka:${{ steps.vars.outputs.tag }}