mirror of
https://github.com/midou36o/midou36o.github.io
synced 2025-05-11 00:53:44 +05:30
This is driving me insane.
Some checks failed
Svelte Website build & push. / Building the website (push) Failing after 19m21s
Some checks failed
Svelte Website build & push. / Building the website (push) Failing after 19m21s
This commit is contained in:
parent
beb748fbe4
commit
431b03acf4
@ -1,4 +1,4 @@
|
|||||||
name: Svelte Website guild.
|
name: Svelte Website build & push.
|
||||||
run-name: ${{ github.actor }} is building the website.
|
run-name: ${{ github.actor }} is building the website.
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -9,15 +9,14 @@ jobs:
|
|||||||
name: 'Building the website'
|
name: 'Building the website'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# I'm growing desperate to find a way to pre-install docker in the container.
|
- name: 'Build:checkout'
|
||||||
|
uses: actions/checkout@v4
|
||||||
- name: Set up docker
|
- name: Set up docker
|
||||||
uses: papodaca/install-docker-action@main
|
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@v2
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v2
|
||||||
- name: 'Build:checkout'
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- 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:
|
||||||
@ -25,11 +24,11 @@ jobs:
|
|||||||
username: midou
|
username: midou
|
||||||
password: ${{ secrets.ACCESS_TOKEN }}
|
password: ${{ secrets.ACCESS_TOKEN }}
|
||||||
- name: 'Build:dockerimage'
|
- name: 'Build:dockerimage'
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v4
|
||||||
env:
|
env:
|
||||||
ACTIONS_RUNTIME_TOKEN: '' # Workaround to some bug specific to gitea actions.
|
ACTIONS_RUNTIME_TOKEN: '' # Workaround to some bug specific to gitea actions.
|
||||||
with:
|
with:
|
||||||
tags: midou/midou36o.github.io:latest
|
tags: git.projectsegfau.lt/midou/midou36o.github.io:latest
|
||||||
context: '.'
|
context: '.'
|
||||||
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
no-cache: true
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user