Skip to content

Commit

Permalink
v14: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur committed Mar 11, 2024
1 parent a12f014 commit fad0102
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: [13-android, 13-focal, 13-focal32, 13-jammy, 13-jammy32, 13-bullseye, 13-format, 13-mingw]
tag: [14-android, 14-focal, 14-focal32, 14-jammy, 14-jammy32, 14-bullseye, 14-format, 14-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:13-focal
docker tag openrct2/openrct2-build:13-focal openrct2/openrct2-build:13
docker tag openrct2/openrct2-build:13-focal openrct2/openrct2-build:latest
docker push openrct2/openrct2-build:13
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 push openrct2/openrct2-build:latest
else
echo 'Images not tagged'
Expand Down

0 comments on commit fad0102

Please sign in to comment.