Fix workflow container
Some checks failed
/ check-changes (push) Successful in 6s
/ build (push) Failing after 36s

This commit is contained in:
Djuri Baars 2024-11-26 17:14:57 +01:00
parent 55859cf8d4
commit a891529cdc

View file

@ -22,6 +22,8 @@ jobs:
build: build:
needs: check-changes needs: check-changes
runs-on: docker runs-on: docker
container:
image: catthehacker/ubuntu:act-22.04
if: ${{ needs.check-changes.outputs.all_changed_and_modified_files_count >= 1 }} if: ${{ needs.check-changes.outputs.all_changed_and_modified_files_count >= 1 }}
permissions: permissions:
contents: write contents: write