From c5275997001d1ef57a0cdbc32a54462a5b5029a5 Mon Sep 17 00:00:00 2001 From: Raoul Hecky Date: Fri, 14 Jul 2023 12:03:43 +0200 Subject: [PATCH] fix --- .github/workflows/build-docker-base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docker-base.yml b/.github/workflows/build-docker-base.yml index f7515f3..6f1af6e 100644 --- a/.github/workflows/build-docker-base.yml +++ b/.github/workflows/build-docker-base.yml @@ -42,7 +42,7 @@ jobs: context: "{{defaultContext}}:docker" # Note: tags has to be all lower-case tags: | - ghcr.io/calaos/debian_deb_build_base:${{ github.event.inputs.version }} + ghcr.io/calaos/debian_deb_build_base:latest ghcr.io/calaos/debian_deb_build_base:${{ github.sha }} push: ${{ github.ref == 'refs/heads/main' }} platforms: linux/amd64, linux/arm64, linux/armv7