mirror of
https://github.com/midou36o/midou36o.github.io
synced 2024-11-30 03:32:20 +05:30
Install docker before..
Some checks failed
Svelte Website guild. / Building the website (push) Failing after 24m27s
Some checks failed
Svelte Website guild. / Building the website (push) Failing after 24m27s
This commit is contained in:
parent
78cbd292b1
commit
3b27b39389
@ -9,12 +9,14 @@ jobs:
|
|||||||
name: 'Building the website'
|
name: 'Building the website'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Docker
|
||||||
|
run: curl -fsSL https://get.docker.com | sh
|
||||||
- name: Setup QEMU
|
- name: Setup QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: https://github.com/docker/setup-qemu-action@v2
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
- name: 'Build:checkout'
|
- name: 'Build:checkout'
|
||||||
uses: actions/checkout@v3
|
uses: https://github.com/actions/checkout@v3
|
||||||
- name: Log in to the Container registry
|
- name: Log in to the Container registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
@ -22,7 +24,7 @@ jobs:
|
|||||||
username: midou
|
username: midou
|
||||||
password: ${{ secrets.ACCESS_TOKEN }}
|
password: ${{ secrets.ACCESS_TOKEN }}
|
||||||
- name: 'Build:dockerimage'
|
- name: 'Build:dockerimage'
|
||||||
uses: docker/build-push-action@v3
|
uses: https://github.com/docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
tags: git.projectsegfau.lt/midou/midou36o.github.io:latest
|
tags: git.projectsegfau.lt/midou/midou36o.github.io:latest
|
||||||
context: '.'
|
context: '.'
|
||||||
|
Loading…
Reference in New Issue
Block a user