Update .gitea/workflows/container.yml
Test Workflow run in Container / test (push) Successful in 12s

This commit is contained in:
2023-07-17 16:14:55 +02:00
parent 1fab0f1ad2
commit e833c393fb
+3
View File
@@ -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