Skip to content

Commit

Permalink
fix(ci): fix build dockerfile ref (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
astromechza authored Jun 20, 2024
2 parents 4eb1551 + 818dee4 commit 7f9d492
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/release-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 7f9d492

Please sign in to comment.