diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-03-21 10:34:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-21 10:34:01 -0400 |
| commit | 95dddb554920be465c2760e730a14d24ea3b57f3 (patch) | |
| tree | 89e69c9c96e73a0a6f4f6235f845d7e0feddd719 /.github/workflows | |
| parent | 86b8c6c5f23d3a1a0a0ccf737ad0eccad78d5566 (diff) | |
| download | anubis-95dddb554920be465c2760e730a14d24ea3b57f3.tar.xz anubis-95dddb554920be465c2760e730a14d24ea3b57f3.zip | |
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 <me@xeiaso.net>
* track comment tags
Signed-off-by: Xe Iaso <me@xeiaso.net>
* empty commit to make sure double-commenting doesn't work
Signed-off-by: Xe Iaso <me@xeiaso.net>
---------
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docker.yml | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
