Test actions
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s
This commit is contained in:
@@ -10,5 +10,11 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
docker build -t git.unixyourbrain.org/beastie/runner-custom:latest .
|
docker build -t git.unixyourbrain.org/beastie/runner-custom:latest .
|
||||||
|
- run: |
|
||||||
|
echo "ea3f3b210bf527147657719ea194264acedce483" | \
|
||||||
|
docker login --username beastie --password-stdin \
|
||||||
|
https://git.unixyourbrain.org/
|
||||||
- run: |
|
- run: |
|
||||||
docker push git.unixyourbrain.org/beastie/runner-custom:latest
|
docker push git.unixyourbrain.org/beastie/runner-custom:latest
|
||||||
|
- run: |
|
||||||
|
docker logout
|
||||||
|
|||||||
Reference in New Issue
Block a user