5454 cache-from : type=registry,ref=${{ fromJSON(steps.meta_base.outputs.json).tags[1] }}
5555 cache-to : type=inline
5656 no-cache : ${{ github.event_name != 'pull_request' }}
57- # Omit licenses label as there's no pratical way to get an accurate value for all the Ubuntu packages
57+ # Omit licenses label as there's no practical way to get an accurate value for all the Ubuntu packages
5858 # org.opencontainers.image.licenses=
5959 labels : |
6060 org.opencontainers.image.title=${{ fromJSON(steps.meta_base.outputs.json).labels['org.opencontainers.image.title'] }}
9191 cache-from : type=registry,ref=${{ fromJSON(steps.meta_dind.outputs.json).tags[1] }}
9292 cache-to : type=inline
9393 no-cache : ${{ github.event_name != 'pull_request' }}
94- # Omit licenses label as there's no pratical way to get an accurate value for all the Ubuntu packages
94+ # Omit licenses label as there's no practical way to get an accurate value for all the Ubuntu packages
9595 # org.opencontainers.image.licenses=
9696 labels : |
9797 org.opencontainers.image.title=${{ fromJSON(steps.meta_dind.outputs.json).labels['org.opencontainers.image.title'] }}
@@ -128,7 +128,7 @@ jobs:
128128 cache-from : type=registry,ref=${{ fromJSON(steps.meta_k8s.outputs.json).tags[1] }}
129129 cache-to : type=inline
130130 no-cache : ${{ github.event_name != 'pull_request' }}
131- # Omit licenses label as there's no pratical way to get an accurate value for all the Ubuntu packages
131+ # Omit licenses label as there's no practical way to get an accurate value for all the Ubuntu packages
132132 # org.opencontainers.image.licenses=
133133 labels : |
134134 org.opencontainers.image.title=${{ fromJSON(steps.meta_k8s.outputs.json).labels['org.opencontainers.image.title'] }}
@@ -139,8 +139,8 @@ jobs:
139139 org.opencontainers.image.created=${{ fromJSON(steps.meta_k8s.outputs.json).labels['org.opencontainers.image.created'] }}
140140 org.opencontainers.image.revision=${{ fromJSON(steps.meta_k8s.outputs.json).labels['org.opencontainers.image.revision'] }}
141141
142- - name : Build and push Docker image (devcontainer-python3.10 )
142+ - name : Build and push Docker image (devcontainer-python3.12 )
143143 uses : devcontainers/ci@v0.3
144144 with :
145- subFolder : devcontainer-python3.10
146- imageName : ghcr.io/gantsign/devcontainer-python3.10
145+ subFolder : devcontainer-python3.12
146+ imageName : ghcr.io/gantsign/devcontainer-python3.12
0 commit comments