Skip to content

Commit

Permalink
15: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur committed May 9, 2024
1 parent 7db6a93 commit 2d79bf9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
# Remember if you commit this, newly built images will replace those tags.
# Prefer incrementing the version to unused one
tag: [14-android, 14-focal, 14-focal32, 14-jammy, 14-jammy32, 14-bullseye, 14-format, 14-mingw]
tag: [15-android, 15-jammy, 15-jammy32, 15-noble, 15-noble32, 15-bookworm, 15-format, 15-mingw]
env:
dockertag: ${{ matrix.tag }}
steps:
Expand All @@ -39,10 +39,10 @@ jobs:
run: |
if [ "$dockerid" != "" ]; then
docker login -u "$dockerid" -p "$dockerpass"
docker pull openrct2/openrct2-build:14-focal
docker tag openrct2/openrct2-build:14-focal openrct2/openrct2-build:14
docker tag openrct2/openrct2-build:14-focal openrct2/openrct2-build:latest
docker push openrct2/openrct2-build:14
docker pull openrct2/openrct2-build:15-focal
docker tag openrct2/openrct2-build:15-focal openrct2/openrct2-build:15
docker tag openrct2/openrct2-build:15-focal openrct2/openrct2-build:latest
docker push openrct2/openrct2-build:15
docker push openrct2/openrct2-build:latest
else
echo 'Images not tagged'
Expand Down

0 comments on commit 2d79bf9

Please sign in to comment.