Skip to content

Commit

Permalink
[Internal]: Fix script path in images workflow (#1222)
Browse files Browse the repository at this point in the history
Changing this path was forgotten when moving
`/packer` to `/scripts/packer` in #1153
  • Loading branch information
jvstme authored May 15, 2024
1 parent d897cb8 commit 3965d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
run: |
IMAGE_DEFINITION=${BUILD_PREFIX}dstack${{ matrix.variant }}-${{ inputs.image_version }}
IMAGE_NAME=${BUILD_PREFIX}dstack${{ matrix.variant }}-${{ inputs.image_version }}
../scripts/publish_azure_image.sh $IMAGE_DEFINITION $IMAGE_NAME
../publish_azure_image.sh $IMAGE_DEFINITION $IMAGE_NAME
build-gcp-images:
needs: build-docker
Expand Down

0 comments on commit 3965d6c

Please sign in to comment.