mirror of
https://github.com/midou36o/midou36o.github.io
synced 2025-06-04 00:41:01 +05:30
Replace Install docker with a more sane way of doing it.
This commit is contained in:
@@ -9,8 +9,9 @@ jobs:
|
|||||||
name: 'Building the website'
|
name: 'Building the website'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install Docker
|
# I'm growing desperate to find a way to pre-install docker in the container.
|
||||||
run: curl -fsSL https://get.docker.com | sh
|
- name: Set up docker
|
||||||
|
uses: papodaca/install-docker-action@main
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
@@ -32,5 +33,3 @@ jobs:
|
|||||||
context: '.'
|
context: '.'
|
||||||
push: true
|
push: true
|
||||||
no-cache: true
|
no-cache: true
|
||||||
secrets: |
|
|
||||||
GIT_AUTH_TOKEN=${{ secrets.ACCESS_TOKEN }}
|
|
||||||
|
Reference in New Issue
Block a user