mirror of
https://github.com/midou36o/midou36o.github.io
synced 2024-11-10 03:52:02 +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'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
- name: Setup QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
uses: https://github.com/docker/setup-qemu-action@v2
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: 'Build:checkout'
|
||||
uses: actions/checkout@v3
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
@ -22,7 +24,7 @@ jobs:
|
||||
username: midou
|
||||
password: ${{ secrets.ACCESS_TOKEN }}
|
||||
- name: 'Build:dockerimage'
|
||||
uses: docker/build-push-action@v3
|
||||
uses: https://github.com/docker/build-push-action@v3
|
||||
with:
|
||||
tags: git.projectsegfau.lt/midou/midou36o.github.io:latest
|
||||
context: '.'
|
||||
|
Loading…
Reference in New Issue
Block a user