This repository was archived by the owner on Feb 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4545 tags : |
4646 ${{ env.IMAGE_BASE }}:latest
4747 ${{ env.IMAGE_BASE }}:base-latest
48- ${{ env.IMAGE_BASE }}:base- ${{needs.create_release.outputs.version}}
48+ ${{ env.IMAGE_BASE }}:${{needs.create_release.outputs.version}}-base
4949
5050 - name : Build github-actions-runner:kaniko-sidecar
5151 uses : docker/build-push-action@v2
@@ -54,11 +54,11 @@ jobs:
5454 push : true
5555 tags : |
5656 ${{ env.IMAGE_BASE }}:kaniko-sidecar-latest
57- ${{ env.IMAGE_BASE }}:kaniko-sidecar- ${{needs.create_release.outputs.version}}
57+ ${{ env.IMAGE_BASE }}:${{needs.create_release.outputs.version}}-kaniko-sidecar
5858
5959 - name : link child image to current version
6060 run : |
61- sed -i --expression "s@FROM.*@FROM ${{ env.IMAGE_BASE }}:base- ${{ needs.create_release.outputs.version }} @g" \
61+ sed -i --expression "s@FROM.*@FROM ${{ env.IMAGE_BASE }}:${{needs.create_release.outputs.version}}-base @g" \
6262 images/ansible-k8s/Dockerfile \
6363 images/fullstacked/Dockerfile
6464
6969 push : true
7070 tags : |
7171 ${{ env.IMAGE_BASE }}:ansible-k8s-latest
72- ${{ env.IMAGE_BASE }}:ansible-k8s- ${{needs.create_release.outputs.version}}
72+ ${{ env.IMAGE_BASE }}:${{needs.create_release.outputs.version}}-ansible-k8s
7373
7474 - name : Build github-actions-runner:fullstacked
7575 uses : docker/build-push-action@v2
7878 push : true
7979 tags : |
8080 ${{ env.IMAGE_BASE }}:fullstacked-latest
81- ${{ env.IMAGE_BASE }}:fullstacked- ${{needs.create_release.outputs.version}}
81+ ${{ env.IMAGE_BASE }}:${{needs.create_release.outputs.version}}-fullstacked
8282
8383 publish_release :
8484 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments