File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 name : Build and Push Docker Image
1616 runs-on : ubuntu-latest
1717 env :
18- LATEST_VERSION : v1.12.4 # Determines :latest tag
18+ LATEST_VERSION : v1.13.0 # Determines :latest tag
1919 strategy :
2020 fail-fast : false
2121 matrix :
2626 - v1.12.2
2727 - v1.12.3
2828 - v1.12.4
29+ - v1.13.0
2930 steps :
3031 - name : Checkout code
3132 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ services:
4747 image : redis:alpine
4848 restart : always
4949 panel :
50- image : ghcr.io/blueprintframework/blueprint:v1.12.4
50+ image : ghcr.io/blueprintframework/blueprint:v1.13.0
5151 restart : always
5252 ports :
5353 - " 80:80"
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ services:
9797 networks :
9898 - pterodactyl_stack
9999 panel :
100- image : ghcr.io/blueprintframework/blueprint:v1.12.4
100+ image : ghcr.io/blueprintframework/blueprint:v1.13
101101 restart : always
102102 ports :
103103 - " ${PANEL_PORT}:${PANEL_PORT}"
@@ -136,7 +136,7 @@ services:
136136 - pterodactyl_stack
137137 wings :
138138 # See https://github.com/Loki-101/cwings for info about cwings
139- image : ghcr.io/loki-101/cwings:v1.12.3
139+ image : ghcr.io/loki-101/cwings:v1.13.0
140140 restart : always
141141 ports :
142142 - " ${WINGS_PORT}:${WINGS_PORT}"
You can’t perform that action at this time.
0 commit comments