Skip to content

Commit d733be2

Browse files
Zikkyingcursoragent
andcommitted
Use Bohrium Dockerfile path for publish workflow
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 3a66578 commit d733be2

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,10 @@ jobs:
2626
username: ${{ github.actor }}
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828

29-
- name: Select Dockerfile
30-
id: dockerfile
31-
run: |
32-
if [ -s docs/Dockerfile.bohrium ]; then
33-
echo "path=docs/Dockerfile.bohrium" >> "$GITHUB_OUTPUT"
34-
else
35-
echo "path=docs/Dockerfile" >> "$GITHUB_OUTPUT"
36-
fi
37-
3829
- uses: docker/build-push-action@v6
3930
with:
4031
context: .
41-
file: ${{ steps.dockerfile.outputs.path }}
32+
file: docs/Dockerfile.bohrium
4233
platforms: linux/amd64
4334
push: true
4435
tags: |

0 commit comments

Comments
 (0)