fix: scheduled tasks runner docker build
This commit is contained in:
parent
1825a00248
commit
f864498392
3
.github/workflows/scheduled_tasks.yml
vendored
3
.github/workflows/scheduled_tasks.yml
vendored
@ -23,8 +23,7 @@ jobs:
|
|||||||
- uses: docker/build-push-action@v2
|
- uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
# https://github.com/docker/build-push-action/issues/378
|
# https://github.com/docker/build-push-action/issues/378
|
||||||
context: .
|
context: services/scheduled_tasks/
|
||||||
file: services/scheduled_tasks/Dockerfile
|
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pluralkit/scheduled_tasks:${{ env.BRANCH_NAME }}
|
ghcr.io/pluralkit/scheduled_tasks:${{ env.BRANCH_NAME }}
|
||||||
|
@ -4,7 +4,7 @@ RUN apk add go
|
|||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
COPY services/scheduled_tasks/ /build
|
COPY ./ /build
|
||||||
|
|
||||||
RUN go build .
|
RUN go build .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user