This commit is contained in:
parent
939227b71e
commit
3c7200d0a6
1 changed files with 6 additions and 0 deletions
6
.github/workflows/.github-ci.yaml
vendored
6
.github/workflows/.github-ci.yaml
vendored
|
|
@ -40,3 +40,9 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: ${{ steps.docker.outputs.tags }}
|
tags: ${{ steps.docker.outputs.tags }}
|
||||||
|
|
||||||
|
-
|
||||||
|
name: docker run
|
||||||
|
run: |
|
||||||
|
docker run garm-provider-test.t09.de/giteaadmin/demo3:development
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue