diff options
| author | Michał Janiszewski <[email protected]> | 2023-10-22 23:11:11 +0200 |
|---|---|---|
| committer | Michał Janiszewski <[email protected]> | 2023-10-22 23:11:11 +0200 |
| commit | f8b9121b99bdd6c58584023f114b3fcb3f031814 (patch) | |
| tree | 8df5d655aae1ed5b344f50adae306da2a7a7eda3 /.github | |
| parent | 3a55f9549ed4eef6cec6657c5ef012413fec0dc9 (diff) | |
| download | openrct2-docker-f8b9121b99bdd6c58584023f114b3fcb3f031814.tar.gz openrct2-docker-f8b9121b99bdd6c58584023f114b3fcb3f031814.zip | |
Add 0.4.6
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1ff025..106b6e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,11 +11,11 @@ jobs: fail-fast: false matrix: # List of tags to build and upload, remember to update this - tag: [0.4.5] + tag: [0.4.6] env: dockertag: ${{ matrix.tag }} dockerimg: openrct2/openrct2-cli - dockerlst: 0.4.5 + dockerlst: 0.4.6 steps: - name: Checkout uses: actions/checkout@v3 |
