mirror of
https://github.com/midou36o/midou36o.github.io
synced 2024-11-08 17:12:27 +05:30
Maybe updating them will work..?
Some checks failed
Svelte Website guild. / Building the website (push) Failing after 25m6s
Some checks failed
Svelte Website guild. / Building the website (push) Failing after 25m6s
This commit is contained in:
parent
eeef1b4dba
commit
bd9262550b
@ -12,11 +12,11 @@ jobs:
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
uses: docker/setup-qemu-action@v3
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: 'Build:checkout'
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
@ -24,7 +24,7 @@ jobs:
|
||||
username: midou
|
||||
password: ${{ secrets.ACCESS_TOKEN }}
|
||||
- name: 'Build:dockerimage'
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v5
|
||||
env:
|
||||
ACTIONS_RUNTIME_TOKEN: '' # Workaround to some bug specific to gitea actions.
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user