Update .github/workflows/next-build.yml
Co-authored-by: Nick Boldt <nboldt@redhat.com>pull/573/head
parent
51bf27f3d4
commit
10a588c2e0
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
id: build
|
||||
run: |
|
||||
echo "short_sha1=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
||||
./dockerfiles/build.sh --tag:next --sha-tag
|
||||
./build/build.sh --tag:next --sha-tag
|
||||
- name: Push docker images
|
||||
run: |
|
||||
docker push quay.io/eclipse/che-server:next
|
||||
|
|
|
|||
Loading…
Reference in New Issue