Update .gitea/workflows/docker-build-and-push.yaml
This commit is contained in:
parent
af59783877
commit
a300880c09
@ -28,12 +28,6 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Import Secrets
|
- name: Import Secrets
|
||||||
uses: hashicorp/vault-action@v2
|
uses: hashicorp/vault-action@v2
|
||||||
with:
|
with:
|
||||||
@ -42,6 +36,14 @@ jobs:
|
|||||||
secrets: |
|
secrets: |
|
||||||
cicd/data/docker password | REGISTRY_PASSWORD ;
|
cicd/data/docker password | REGISTRY_PASSWORD ;
|
||||||
cicd/data/docker username | REGISTRY_USERNAME ;
|
cicd/data/docker username | REGISTRY_USERNAME ;
|
||||||
|
cicd/data/submodule token | GIT_TOKEN ;
|
||||||
|
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
fetch-depth: 0
|
||||||
|
token: ${{ env.GIT_TOKEN }}
|
||||||
|
|
||||||
- name: Set up Docker BuildX
|
- name: Set up Docker BuildX
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user