This repository was archived by the owner on Feb 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 48
48
${{ env.IMAGE_BASE }}:kaniko-sidecar-pr-${{ github.event.pull_request.number }}
49
49
50
50
- name : link child image to current pr
51
- run : sed -i 's/FROM.*/FROM ${{ env.IMAGE_BASE }}:base-pr-${{ github.event.pull_request.number }}/g' images/ansible-k8s/Dockerfile
51
+ run : |
52
+ sed -i "s/FROM.*/FROM ${{ env.IMAGE_BASE }}:base-pr-${{ github.event.pull_request.number }}/g" images/ansible-k8s/Dockerfile
52
53
53
54
- name : Build github-actions-runner:ansible-k8s
54
55
uses : docker/build-push-action@v2
Original file line number Diff line number Diff line change 57
57
${{ env.IMAGE_BASE }}:kaniko-sidecar-${{needs.create_release.outputs.version}}
58
58
59
59
- name : link child image to current version
60
- run : sed -i 's/FROM.*/FROM ${{ env.IMAGE_BASE }}:base-pr-${{ github.event.pull_request.number }}/g' images/ansible-k8s/Dockerfile
60
+ run : |
61
+ sed -i "s/FROM.*/FROM ${{ env.IMAGE_BASE }}:base-${{ needs.create_release.outputs.version }}/g" images/ansible-k8s/Dockerfile
61
62
62
63
- name : Build github-actions-runner:ansible-k8s
63
64
uses : docker/build-push-action@v2
You can’t perform that action at this time.
0 commit comments