update workflow
This commit is contained in:
@@ -19,7 +19,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: docker-build2
|
runs-on: vm-docker-build2
|
||||||
outputs:
|
outputs:
|
||||||
tarball-updated: ${{ steps.set-output.outputs.tarball_updated }}
|
tarball-updated: ${{ steps.set-output.outputs.tarball_updated }}
|
||||||
steps:
|
steps:
|
||||||
@@ -62,7 +62,7 @@ jobs:
|
|||||||
push-docker:
|
push-docker:
|
||||||
needs: build-and-push
|
needs: build-and-push
|
||||||
if: needs.build-and-push-rootfs.outputs.tarball-updated == 'true'
|
if: needs.build-and-push-rootfs.outputs.tarball-updated == 'true'
|
||||||
runs-on: docker-build2
|
runs-on: vm-docker-build2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
@@ -83,7 +83,7 @@ jobs:
|
|||||||
|
|
||||||
update-changelog:
|
update-changelog:
|
||||||
needs: push-docker
|
needs: push-docker
|
||||||
runs-on: docker-build2
|
runs-on: vm-docker-build2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repo with token auth
|
- name: Clone repo with token auth
|
||||||
@@ -121,7 +121,7 @@ jobs:
|
|||||||
|
|
||||||
update-build-info:
|
update-build-info:
|
||||||
needs: update-changelog
|
needs: update-changelog
|
||||||
runs-on: docker-build2
|
runs-on: vm-docker-build2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repo with token auth
|
- name: Clone repo with token auth
|
||||||
|
|||||||
Reference in New Issue
Block a user