Update .forgejo/workflows/docker-image.yaml
This commit is contained in:
parent
37cdfb082b
commit
08e47c9725
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
docker-image:
|
docker-image:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
|
||||||
image: ubuntu:latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
echo deb http://deb.debian.org/debian bullseye-backports main | tee /etc/apt/sources.list.d/backports.list
|
||||||
|
apt-get update -qq
|
||||||
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
|
||||||
|
|
||||||
- name: Checkout sourcecode
|
- name: Checkout sourcecode
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue