Update .gitea/workflows/build.yaml
Some checks failed
Build docker container / Build image (push) Failing after 8s
Some checks failed
Build docker container / Build image (push) Failing after 8s
This commit is contained in:
parent
1070013088
commit
7979ad3f30
@ -23,6 +23,10 @@ jobs:
|
|||||||
registry: https://git.ties.one
|
registry: https://git.ties.one
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
- name: Test Docker
|
||||||
|
run: |
|
||||||
|
docker version
|
||||||
|
docker context ls
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
run: |
|
run: |
|
||||||
TODAY=$(date +'%Y-%m-%d')
|
TODAY=$(date +'%Y-%m-%d')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user