File tree 3 files changed +2
-3
lines changed
actions/build-container-image
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 73
73
GITHUB_COMMIT_HASH=${{ inputs.commit_hash }}
74
74
tags : |
75
75
ghcr.io/${{ steps.repo_name.outputs.lowercase }}/self-update-agent:latest_${{ inputs.arch }}
76
- ghcr.io/${{ steps.repo_name.outputs.lowercase }}/self-update-agent:build-${{ inputs.run_number }}_${{ inputs.arch }}
Original file line number Diff line number Diff line change 70
70
env :
71
71
REPO : ghcr.io/${{ steps.repo_name.outputs.lowercase }}
72
72
run : |
73
- docker buildx imagetools create -t ghcr.io/${{ steps.repo_name.outputs.lowercase }}/self-update-agent:build-${{ github.run_number }} ghcr.io/${{ steps.repo_name.outputs.lowercase }}/self-update-agent:build-${{ github.run_number }}_arm64 ghcr.io/${{ steps.repo_name.outputs.lowercase }}/self-update-agent:build-${{ github.run_number }}_amd64 ghcr.io/${{ steps.repo_name.outputs.lowercase }}/self-update-agent: latest ghcr.io/${{ steps.repo_name.outputs.lowercase }}/self-update-agent:latest_arm64 ghcr.io/${{ steps.repo_name.outputs.lowercase }}/self-update-agent:latest_amd64
73
+ docker buildx imagetools create -t ghcr.io/${{ steps.repo_name.outputs.lowercase }}/self-update-agent:latest ghcr.io/${{ steps.repo_name.outputs.lowercase }}/self-update-agent:latest_arm64 ghcr.io/${{ steps.repo_name.outputs.lowercase }}/self-update-agent:latest_amd64
74
74
build-native-binary :
75
75
runs-on : ubuntu-latest
76
76
strategy :
Original file line number Diff line number Diff line change 16
16
spec :
17
17
containers :
18
18
- name : suaservice
19
- image : ghcr.io/softwaredefinedvehicle/sdv- self-update-agent/sua:v0.1.16
19
+ image : ghcr.io/SoftwareDefinedVehicle/leda-contrib- self-update-agent-fork/self-update-agent:latest
20
20
command : ["/app/sdv-self-update-agent"]
21
21
args : ["-p", "/data/selfupdates"]
22
22
imagePullPolicy : IfNotPresent
You can’t perform that action at this time.
0 commit comments