aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-03-21 11:06:31 -0400
committerXe Iaso <me@xeiaso.net>2025-03-21 11:06:31 -0400
commit38e1e8cb5ed8c2da2d8e3b75eb984a4e0b19691a (patch)
treee808213838cfb6760768f9716d5fd8e73b6a1377 /.github
parent1c00431098247d696dbe4ff06b2bc5e036230e8c (diff)
downloadanubis-38e1e8cb5ed8c2da2d8e3b75eb984a4e0b19691a.tar.xz
anubis-38e1e8cb5ed8c2da2d8e3b75eb984a4e0b19691a.zip
comment out the comment PR experiment for now, ugh, I hate GitHub ACLs
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 00fc53e..c2a4805 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -60,17 +60,17 @@ jobs:
env:
PULL_REQUEST_ID: ${{ github.event.number }}
- - name: "Comment about where to test this"
- uses: thollander/actions-comment-pull-request@v3
- if: ${{github.event_name == 'pull_request'}}
- with:
- message: |
- You can try this PR out by using the following docker image:
+ # - name: "Comment about where to test this"
+ # uses: thollander/actions-comment-pull-request@v3
+ # if: ${{github.event_name == 'pull_request'}}
+ # 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 }}
+ # ```
+ # ${{ steps.build.outputs.docker_image }}
+ # ```
+ # comment-tag: ${{ steps.build.outputs.docker_image }}
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v2