Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeAjayi committed Nov 4, 2024
1 parent 96b8a61 commit 2077db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
build_finetune_image:
- name: Build and Push llm-finetune image
needs: set_version_tags
uses: truefoundry/workflows/.github/workflows/build.yml@v0.1.1
uses: truefoundry/workflows/.github/workflows/build.yml@free-disk-space-input
with:
image_tag: ${{ github.sha }}
extra_image_tag: |
Expand All @@ -68,7 +68,7 @@ jobs:

build_jupyter_image:
- name: Build and Push jupyter image
uses: truefoundry/workflows/.github/workflows/build.yml@v0.1.1
uses: truefoundry/workflows/.github/workflows/build.yml@free-disk-space-input
with:
image_tag: ${{ needs.set_version_tags.outputs.jupyter_version_tag }}
platforms: linux/amd64
Expand Down

0 comments on commit 2077db6

Please sign in to comment.