off by one
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
db6d424aaa
commit
f730326814
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -57,6 +57,8 @@ jobs:
|
||||||
id: build
|
id: build
|
||||||
run: |
|
run: |
|
||||||
go run ./cmd/containerbuild --docker-repo ghcr.io/techarohq/anubis --slog-level debug
|
go run ./cmd/containerbuild --docker-repo ghcr.io/techarohq/anubis --slog-level debug
|
||||||
|
env:
|
||||||
|
PULL_REQUEST_ID: ${{ github.event.number }}
|
||||||
|
|
||||||
- name: "Comment about where to test this"
|
- name: "Comment about where to test this"
|
||||||
uses: thollander/actions-comment-pull-request@v3
|
uses: thollander/actions-comment-pull-request@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue