Compare commits

...

3 Commits

Author SHA1 Message Date
Florian Kinder
25a283ad79 Readded REPO_TOKEN in checkout, because workflows are not triggered.
related #526
2024-10-24 16:17:01 +02:00
github-actions[bot]
b172b16ff4 Auto Update Factorio to stable version: 2.0.10 experimental version: 2.0.10 2024-10-24 14:01:05 +00:00
github-actions[bot]
eb150cff0d Auto Update Factorio to stable version: 2.0.10 experimental version: 2.0.10 2024-10-24 13:59:37 +00:00
4 changed files with 9 additions and 14 deletions

View File

@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.REPO_TOKEN }}
- name: Run update script
run: ./update.sh

View File

@ -6,8 +6,7 @@
[中文](./README_zh_CN.md)
<!-- start autogeneration tags -->
* `2`, `2.0`, `2.0.9`, `stable`, `stable-2.0.9`
* `2.0.10`, `latest`
* `2`, `2.0`, `2.0.10`, `latest`, `stable`, `stable-2.0.10`
* `1`, `1.1`, `1.1.110`, `stable-1.1.110`
* `1.0`, `1.0.0`
* `0.17`, `0.17.79`

View File

@ -57,20 +57,14 @@
"1.1.110"
]
},
"2.0.9": {
"sha256": "f499077b3e2c1313452c350f1faf17db31cae2a0fa738f69166e97c3caa3c86d",
"tags": [
"stable",
"stable-2.0.9",
"2",
"2.0",
"2.0.9"
]
},
"2.0.10": {
"sha256": "2d7dd212fa6f715218a5e33bad7d593af8998fa7bf7ce727343159ee1f8c23f4",
"tags": [
"latest",
"stable",
"stable-2.0.10",
"2",
"2.0",
"2.0.10"
]
}

View File

@ -6,8 +6,8 @@ services:
args:
# Check buildinfo.json for supported versions and SHAs
# https://github.com/factoriotools/factorio-docker/blob/master/buildinfo.json
- VERSION=2.0.9
- SHA256=f499077b3e2c1313452c350f1faf17db31cae2a0fa738f69166e97c3caa3c86d
- VERSION=2.0.10
- SHA256=2d7dd212fa6f715218a5e33bad7d593af8998fa7bf7ce727343159ee1f8c23f4
ports:
- "34197:34197/udp"
- "27015:27015/tcp"