From c25f822a6b13457a2a57966d820be43a1ab4ac97 Mon Sep 17 00:00:00 2001 From: Martin Matusiak Date: Mon, 12 Feb 2024 12:50:05 -0500 Subject: [PATCH] ci: update image path --- .github/workflows/publish-cloud-builder.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-cloud-builder.yaml b/.github/workflows/publish-cloud-builder.yaml index 34bd350..561496a 100644 --- a/.github/workflows/publish-cloud-builder.yaml +++ b/.github/workflows/publish-cloud-builder.yaml @@ -2,7 +2,7 @@ # Automatically build Docker images using a cloud builder and publish them to a # container registry using HCL Bake file. -name: Build Docker Images +name: Build Docker Images using Cloud Builder on: # workflow_dispatch: @@ -71,7 +71,7 @@ jobs: id: meta uses: docker/metadata-action@v5.5.0 with: - images: ghcr.io/${{ github.repository }}/${{ needs.bake-target.outputs.target }} + images: ghcr.io/${{ github.repository }} tags: | type=semver,pattern={{version}} type=ref,event=tag