mirror of
https://github.com/midou36o/midou36o.github.io
synced 2024-11-26 18:01:58 +05:30
Did you know that you need at least 20 commits to get the CI right? No? Amateur.
This commit is contained in:
parent
3b27b39389
commit
00f9883a9d
@ -11,7 +11,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
run: curl -fsSL https://get.docker.com | sh
|
run: curl -fsSL https://get.docker.com | sh
|
||||||
- name: Setup QEMU
|
- name: Set up QEMU
|
||||||
uses: https://github.com/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
|
||||||
@ -26,7 +26,9 @@ jobs:
|
|||||||
- name: 'Build:dockerimage'
|
- name: 'Build:dockerimage'
|
||||||
uses: https://github.com/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: midou/midou36o.github.io:latest
|
||||||
context: '.'
|
context: '.'
|
||||||
push: true
|
push: true
|
||||||
no-cache: true
|
no-cache: true
|
||||||
|
secrets:
|
||||||
|
- GIT_AUTH_TOKEN=${{ secrets.ACCESS_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user