mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
fix(ci): Add checkout action to frontend docker workflow
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
b7297248eb
commit
058a4e3f6f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/frontend-docker.yml
vendored
3
.github/workflows/frontend-docker.yml
vendored
|
@ -40,6 +40,9 @@ jobs:
|
|||
needs: changes
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
if: needs.changes.outputs.changed == 'true'
|
||||
|
||||
- name: Generate Docker metadata
|
||||
if: needs.changes.outputs.changed == 'true'
|
||||
id: meta
|
||||
|
|
Loading…
Reference in a new issue