From 95dddb554920be465c2760e730a14d24ea3b57f3 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 21 Mar 2025 10:34:01 -0400 Subject: cmd/containerbuild: default to ttl.sh for third party contributions (#51) * cmd/containerbuild: default to ttl.sh for third party contributions Closes #48 Signed-off-by: Xe Iaso * track comment tags Signed-off-by: Xe Iaso * empty commit to make sure double-commenting doesn't work Signed-off-by: Xe Iaso --------- Signed-off-by: Xe Iaso --- .github/workflows/docker.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.github') diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 5aa85db..9f0f9a0 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -16,6 +16,7 @@ permissions: packages: write attestations: write id-token: write + pull-requests: write jobs: build: @@ -56,6 +57,17 @@ jobs: id: build run: | go run ./cmd/containerbuild --docker-repo ghcr.io/techarohq/anubis --slog-level debug + + - name: "Comment about where to test this" + uses: thollander/actions-comment-pull-request@v3 + with: + message: | + You can try this PR out by using the following docker image: + + ``` + ${{ steps.build.outputs.docker_image }} + ``` + comment-tag: ${{ steps.build.outputs.docker_image }} - name: Generate artifact attestation uses: actions/attest-build-provenance@v2 -- cgit v1.2.3