Compare commits
No commits in common. "8b547eb05b4982a70e16b9ee3887eb815bb34caa" and "0cde085102f81ba309fb51b2daea11679afb4364" have entirely different histories.
8b547eb05b
...
0cde085102
1 changed files with 0 additions and 2 deletions
|
@ -77,7 +77,6 @@ jobs:
|
||||||
validate-docker-frontend:
|
validate-docker-frontend:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Docker frontend validation
|
name: Docker frontend validation
|
||||||
if: ${{ needs.changed_files.outputs.frontend == 'true' || needs.changed_files.outputs.workflow == 'true' }}
|
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-latest
|
image: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -93,7 +92,6 @@ jobs:
|
||||||
validate-docker-backend:
|
validate-docker-backend:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Docker backend validation
|
name: Docker backend validation
|
||||||
if: ${{ needs.changed_files.outputs.backend == 'true' || needs.changed_files.outputs.workflow == 'true' }}
|
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-latest
|
image: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Reference in a new issue