ci: use custom container
Some checks failed
Build and Publish Docker Image / docker (push) Failing after 1m28s
Some checks failed
Build and Publish Docker Image / docker (push) Failing after 1m28s
This commit is contained in:
parent
8e66f0e13b
commit
cdfa971b47
1 changed files with 6 additions and 4 deletions
|
|
@ -6,6 +6,10 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
container:
|
||||||
|
image: docker:24.0-dind
|
||||||
|
options: --privileged
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
|
@ -14,10 +18,8 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Docker
|
- name: Set up Docker Buildx
|
||||||
run: |
|
uses: docker/setup-buildx-action@v3
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y docker.io
|
|
||||||
|
|
||||||
- name: Log in to GitHub Container Registry
|
- name: Log in to GitHub Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue