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