From 818dee46b44c72150eac8c3e9ac663dbbb4225e9 Mon Sep 17 00:00:00 2001 From: Ben Meier Date: Thu, 20 Jun 2024 13:14:30 +0100 Subject: [PATCH] fix(ci): fix build dockerfile ref Signed-off-by: Ben Meier --- .github/workflows/release-to-dev.yml | 4 ++-- .github/workflows/release-to-prod.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-to-dev.yml b/.github/workflows/release-to-dev.yml index cb3690b4..292986f5 100644 --- a/.github/workflows/release-to-dev.yml +++ b/.github/workflows/release-to-dev.yml @@ -15,7 +15,7 @@ jobs: with: humanitec-token: ${{ secrets.HUMANITEC_TOKEN_HUMANITEC_LABS }} organization: humanitec-labs - file: Dockerfile-publish + file: Dockerfile image-name: score-docs auto-tag: true @@ -28,6 +28,6 @@ jobs: with: humanitec-token: ${{ secrets.HUMANITEC_TOKEN }} organization: documentation - file: Dockerfile-publish + file: Dockerfile image-name: score-docs auto-tag: true diff --git a/.github/workflows/release-to-prod.yml b/.github/workflows/release-to-prod.yml index f45b4ab3..62f7620f 100644 --- a/.github/workflows/release-to-prod.yml +++ b/.github/workflows/release-to-prod.yml @@ -14,7 +14,7 @@ jobs: with: humanitec-token: ${{ secrets.HUMANITEC_TOKEN_HUMANITEC_LABS }} organization: humanitec-labs - file: Dockerfile-publish + file: Dockerfile image-name: score-docs auto-tag: true @@ -27,6 +27,6 @@ jobs: with: humanitec-token: ${{ secrets.HUMANITEC_TOKEN }} organization: documentation - file: Dockerfile-publish + file: Dockerfile image-name: score-docs auto-tag: true