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:
|
||||
docker:
|
||||
container:
|
||||
image: docker:24.0-dind
|
||||
options: --privileged
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
|
@ -14,10 +18,8 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Docker
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y docker.io
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Log in to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue