mirror of
https://github.com/midou36o/midou36o.github.io
synced 2024-11-09 20:52:00 +05:30
Replace Install docker with a more sane way of doing it.
This commit is contained in:
parent
bd9262550b
commit
578fde58e9
@ -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 }}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user