Skip to content

Commit 2ab2588

Browse files
wip: build image for testing
1 parent 01a5d89 commit 2ab2588

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/actions/build-container-image/action.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,3 @@ runs:
7373
GITHUB_COMMIT_HASH=${{ inputs.commit_hash }}
7474
tags: |
7575
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 }}

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
env:
7171
REPO: ghcr.io/${{ steps.repo_name.outputs.lowercase }}
7272
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
7474
build-native-binary:
7575
runs-on: ubuntu-latest
7676
strategy:

docs/deploying/sua-service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- 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
2020
command: ["/app/sdv-self-update-agent"]
2121
args: ["-p", "/data/selfupdates"]
2222
imagePullPolicy: IfNotPresent

0 commit comments

Comments
 (0)