diff --git a/.gitea/workflows/server.yaml b/.gitea/workflows/server.yaml index 1d0a3e4..b166ee9 100644 --- a/.gitea/workflows/server.yaml +++ b/.gitea/workflows/server.yaml @@ -91,7 +91,7 @@ jobs: - name: Set up QEMU uses: https://github.com/docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: https://github.com/docker/setup-buildx-action@v3.0.0 + uses: https://github.com/docker/setup-buildx-action@v3 - name: Login to Docker Hub uses: https://github.com/docker/login-action@v3 with: @@ -122,7 +122,8 @@ jobs: echo "::add-path::$HOME/.dotnet/tools" - name: Setup Dependency Track Dependencies run: | - dotnet tool install --global CycloneDX + mkdir ~/.docker + curl -sSfL https://raw.githubusercontent.com/docker/sbom-cli-plugin/main/install.sh | sh -s -- - name: Generate SBOM run: | docker sbom --format cyclonedx-json --output bom.json forge.rainote.dev/Wonderking/Continuity:latest