try argo declaration
ci / build (push) Successful in 10s
Details
ci / build (push) Successful in 10s
Details
This commit is contained in:
parent
90126764f8
commit
8a5fb50dbd
|
@ -12,18 +12,13 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
name: Check out code
|
||||
# idk if I need this. is it automatically gathered from the act runner?
|
||||
# with:
|
||||
# repository: https://gitea.futureporn.net/futureporn/fp
|
||||
|
||||
- uses: mr-smithers-excellent/docker-build-push@v6
|
||||
name: Build & push link2cid Docker image
|
||||
with:
|
||||
image: futureporn/link2cid
|
||||
tags: latest
|
||||
# which 'registry:' version do I need?
|
||||
registry: gitea.futureporn.net
|
||||
# registry: https://gitea.futureporn.net/futureporn/fp
|
||||
dockerfile: link2cid.dockerfile
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
|
|
@ -12,3 +12,6 @@ adminEmail: cj@futureporn.net
|
|||
extraArgs:
|
||||
- --dns01-recursive-nameservers-only
|
||||
- --dns01-recursive-nameservers=8.8.8.8:53,1.1.1.1:53
|
||||
spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
Loading…
Reference in New Issue