swap entrypoint, swap runner container
Some checks failed
Build And Publish Docker / build (1.22.3, 0.126.3, 22.2.0) (push) Failing after 1m51s
Some checks failed
Build And Publish Docker / build (1.22.3, 0.126.3, 22.2.0) (push) Failing after 1m51s
This commit is contained in:
parent
220913ca6b
commit
0b4585947d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: debian-bookworm
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
@ -19,4 +19,4 @@ RUN mv ./hugo /usr/bin/hugo
|
|||
WORKDIR /home/app
|
||||
RUN rm -rfv /tmp/temph
|
||||
|
||||
ENTRYPOINT [ "/bin/bash" ]
|
||||
ENTRYPOINT [ "/bin/sh" ]
|
Loading…
Add table
Reference in a new issue