fix: 💚 need git and node for docker job
All checks were successful
pilotwings / python (push) Successful in 1m46s
pilotwings / node (push) Successful in 29s
pilotwings / docker (push) Successful in 3m2s

This commit is contained in:
Michel Roux 2024-11-05 15:33:35 +01:00
parent 24e1342016
commit 43cf65cd55

View File

@ -30,6 +30,7 @@ jobs:
container: docker container: docker
needs: [python, node] needs: [python, node]
steps: steps:
- run: apk add git nodejs
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: docker/metadata-action@v5 - uses: docker/metadata-action@v5
id: meta id: meta