Skip to content

Commit

Permalink
Fix wrong base image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
origamiofficial committed Oct 9, 2024
1 parent 1e72c54 commit b3a5298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
context: ./
file: ./Dockerfile-Dev-V6
platforms: ${{ inputs.BuildPlatform }}
build-args: BASE_IMG_TAG=${{ inputs.BuildImageTag }}
build-args: BASE_IMG_TAG=${{ inputs.BaseImageTag }}
push: false
tags: ${{ steps.meta_platform.outputs.tags }}
labels: ${{ steps.meta_platform.outputs.labels }}
Expand Down

0 comments on commit b3a5298

Please sign in to comment.