test
All checks were successful
Build Alpine RootFS and Docker Image (latest) / build-and-push (push) Successful in 10s
Build Alpine RootFS and Docker Image (latest) / push-docker (push) Has been skipped
Build Alpine RootFS and Docker Image (latest) / update-changelog (push) Has been skipped
Build Alpine RootFS and Docker Image (latest) / update-build-info (push) Has been skipped

This commit is contained in:
2025-07-06 11:58:32 -07:00
parent 37c4635e41
commit 4c65a361b0

View File

@@ -20,6 +20,8 @@ env:
jobs:
build-and-push:
runs-on: docker-build2
outputs:
tarball-updated: ${{ steps.set-output.outputs.tarball_updated }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
@@ -59,7 +61,7 @@ jobs:
push-docker:
needs: build-and-push
if: env.tarball_updated == 'true'
if: needs.build-and-push-rootfs.outputs.tarball-updated == 'true'
runs-on: docker-build2
steps: