summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMichał Janiszewski <[email protected]>2023-05-08 16:38:57 +0200
committerMichał Janiszewski <[email protected]>2023-05-08 16:42:30 +0200
commit9e433f9585e4b99f14a79114dda50b794b875bbb (patch)
tree63a56e93ded69d240ac059a87b9b552a11926943 /.github
parentafd95d4c72142f1039855b1dd8807490495b6c30 (diff)
downloadopenrct2-docker-9e433f9585e4b99f14a79114dda50b794b875bbb.tar.gz
openrct2-docker-9e433f9585e4b99f14a79114dda50b794b875bbb.zip
Add v0.4.5
Diffstat (limited to '.github')
-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 c051171..f1ff025 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.4]
+ tag: [0.4.5]
env:
dockertag: ${{ matrix.tag }}
dockerimg: openrct2/openrct2-cli
- dockerlst: 0.4.4
+ dockerlst: 0.4.5
steps:
- name: Checkout
uses: actions/checkout@v3