diff --git a/.gitea/workflows/docker-build.yml b/.gitea/workflows/docker-build.yml index 7832054..163289a 100644 --- a/.gitea/workflows/docker-build.yml +++ b/.gitea/workflows/docker-build.yml @@ -10,6 +10,7 @@ on: jobs: detect-changes: runs-on: ubuntu-latest + container: git.hofer.link/philipp/ci-images:rust-latest outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: @@ -28,6 +29,7 @@ jobs: needs: detect-changes if: ${{ needs.detect-changes.outputs.matrix != '[]' && needs.detect-changes.outputs.matrix != '' }} runs-on: ubuntu-latest + container: git.hofer.link/philipp/ci-images:rust-latest strategy: matrix: image_dir: ${{ fromJson(needs.detect-changes.outputs.matrix) }}