mirror of
https://github.com/mkuf/prind.git
synced 2026-05-06 06:06:45 +02:00
script: change order of arguments for build-script
This commit is contained in:
2
.github/workflows/image-workflow.yaml
vendored
2
.github/workflows/image-workflow.yaml
vendored
@@ -31,4 +31,4 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Run Build Script
|
||||
run: bash ./scripts/build-images.sh ${{ secrets.DOCKERHUB_USERNAME }}/ ${{ inputs.app }}
|
||||
run: bash ./scripts/build-images.sh ${{ inputs.app }} ${{ secrets.DOCKERHUB_USERNAME }}/
|
||||
|
||||
Reference in New Issue
Block a user