File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 8888 do
8989 for i in ${{ steps.linux-version.outputs.ic }}
9090 do
91- if [[ ${o} = "oraclelinux9" && ${i} != "19" ]]; then
91+ if [[ ${o} = "oraclelinux7" && ${i} = "23" ]]; then
92+ continue
93+ fi
94+ if [[ ${o} = "oraclelinux9" && ${i} = "21" ]]; then
9295 continue
9396 fi
9497 docker build --tag ghcr.io/${{ steps.repo-owner.outputs.repo-owner }}/${o}-instantclient:${i} OracleInstantClient/${o}/${i}
@@ -101,7 +104,10 @@ jobs:
101104 do
102105 for i in ${{ steps.linux-version.outputs.ic }}
103106 do
104- if [[ ${o} = 'oraclelinux9' && ${i} != '19' ]]; then
107+ if [[ ${o} = "oraclelinux7" && ${i} = "23" ]]; then
108+ continue
109+ fi
110+ if [[ ${o} = "oraclelinux9" && ${i} = "21" ]]; then
105111 continue
106112 fi
107113 docker push ghcr.io/${{ steps.repo-owner.outputs.repo-owner }}/${o}-instantclient:${i}
You can’t perform that action at this time.
0 commit comments