Install docker before..
Svelte Website guild. / Building the website (push) Failing after 24m27s Details

This commit is contained in:
Midou36O 2023-12-30 11:47:00 +01:00
parent 78cbd292b1
commit 3b27b39389
Signed by: midou
GPG Key ID: 1D134A95FE521A7A
1 changed files with 5 additions and 3 deletions

View File

@ -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: '.'