Compare commits

..

No commits in common. "b37e48da2e01f06299b71f81083ec676ce57ed80" and "fc7bd0b70f6b9bc02e3169894dad60ca87530204" have entirely different histories.

View file

@ -77,7 +77,6 @@ jobs:
validate-docker-frontend:
runs-on: ubuntu-latest
name: Docker frontend validation
needs: changed_files
if: ${{ needs.changed_files.outputs.frontend == 'true' || needs.changed_files.outputs.workflow == 'true' }}
container:
image: catthehacker/ubuntu:act-latest
@ -94,7 +93,6 @@ jobs:
validate-docker-backend:
runs-on: ubuntu-latest
name: Docker backend validation
needs: changed_files
if: ${{ needs.changed_files.outputs.backend == 'true' || needs.changed_files.outputs.workflow == 'true' }}
container:
image: catthehacker/ubuntu:act-latest