From 03ae895f928498c4cabb2aadf7deaf3b8a2eaed6 Mon Sep 17 00:00:00 2001 From: Alex Jones Date: Mon, 7 Apr 2025 14:52:06 +0100 Subject: [PATCH] chore: removed digest Signed-off-by: Alex Jones --- .github/workflows/build_container.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_container.yaml b/.github/workflows/build_container.yaml index 2539429..0ec70f8 100644 --- a/.github/workflows/build_container.yaml +++ b/.github/workflows/build_container.yaml @@ -65,7 +65,7 @@ jobs: matrix: platform: - linux/amd64 - - linux/arm64 +# - linux/arm64 env: DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }} BUILD_TIME: ${{ needs.prepare_ci_run.outputs.BUILD_TIME }} @@ -153,6 +153,5 @@ jobs: - name: Create manifest list and push run: | docker manifest create ${{ env.REGISTRY_IMAGE }}:${{ needs.prepare_ci_run.outputs.DATETIME }} \ - ${{ env.REGISTRY_IMAGE }}:latest \ ${{ env.REGISTRY_IMAGE }}:${{ needs.prepare_ci_run.outputs.DATETIME }} docker manifest push ${{ env.REGISTRY_IMAGE }}:${{ needs.prepare_ci_run.outputs.DATETIME }} \ No newline at end of file