Update .forgejo/workflows/docker-image.yaml
Some checks failed
/ build (push) Has been cancelled
/ docker-image (push) Failing after 59s

This commit is contained in:
Aaron Fischer 2023-10-19 22:12:33 +02:00
parent 08e47c9725
commit a0a92aa077

View file

@ -14,7 +14,7 @@ jobs:
apt-get install -y git apt-get install -y git
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -qq -y -t bullseye-backports docker.io DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -qq -y -t bullseye-backports docker.io
- name: Checkout sourcecode - name: Checkout the sourcecode
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up Docker build environment - name: Set up Docker build environment