summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 106b6e4..4dc525f 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.6]
+ tag: [0.4.10]
env:
dockertag: ${{ matrix.tag }}
dockerimg: openrct2/openrct2-cli
- dockerlst: 0.4.6
+ dockerlst: 0.4.10
steps:
- name: Checkout
uses: actions/checkout@v3