mirror of
https://github.com/midou36o/midou36o.github.io
synced 2024-11-30 04:41: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
@ -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