This commit is contained in:
@@ -25,12 +25,10 @@ jobs:
|
|||||||
username: ${{ secrets.CI_USER }}
|
username: ${{ secrets.CI_USER }}
|
||||||
password: ${{ secrets.CI_PASSWORD }}
|
password: ${{ secrets.CI_PASSWORD }}
|
||||||
|
|
||||||
- name: Make build script executable
|
|
||||||
run: chmod +x build-and-copy.sh
|
|
||||||
|
|
||||||
- name: Build image using upstream script
|
- name: Build image using upstream script
|
||||||
run: |
|
run: |
|
||||||
./build-and-copy.sh -t ${IMAGE_NAME}:${IMAGE_TAG}
|
bash build-and-copy.sh -t ${IMAGE_NAME}:${IMAGE_TAG}
|
||||||
|
|
||||||
- name: Tag image
|
- name: Tag image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user