mirror of
https://github.com/rommapp/romm.git
synced 2026-06-29 07:16:28 +00:00
github cicd pipeline fixed
This commit is contained in:
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
@@ -25,6 +25,6 @@ jobs:
|
||||
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
||||
- name: build the image
|
||||
shell: bash
|
||||
run: ./.github/scripts/build.sh
|
||||
run: ./.github/actions/build.sh
|
||||
env:
|
||||
VERSION: ${{ inputs.version }}
|
||||
Reference in New Issue
Block a user