Update .gitea/workflows/container.yml
Test Workflow run in Container / test (push) Successful in 12s
Test Workflow run in Container / test (push) Successful in 12s
This commit is contained in:
@@ -10,6 +10,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: archlinux:latest
|
image: archlinux:latest
|
||||||
|
ports:
|
||||||
|
# Opens port 7777 on the host forwards it to the container port 7777
|
||||||
|
- 7777:7777
|
||||||
env:
|
env:
|
||||||
# These env Variables are DOCKER CONTAINER env variables.
|
# These env Variables are DOCKER CONTAINER env variables.
|
||||||
# So these can be used to configure the docker image above accordingly to the image documentation
|
# So these can be used to configure the docker image above accordingly to the image documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user