From 0fac59197f2f2cb4bc417917e5adb6ac92a20b7a Mon Sep 17 00:00:00 2001 From: Alexander Sharov Date: Fri, 14 Jun 2024 14:59:53 +0300 Subject: [PATCH] fix: dockerhub --- .github/workflows/build-image.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 629150a..2d0c497 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -82,8 +82,8 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - tofuutils/pre-commit-opentofu:${{ env.IMAGE_TAG }} - tofuutils/pre-commit-opentofu:latest + registry.hub.docker.com/tofuutils/pre-commit-opentofu:${{ env.IMAGE_TAG }} + registry.hub.docker.com/tofuutils/pre-commit-opentofu:latest provenance: false - name: Build and Push nightly to DockerHub @@ -96,6 +96,6 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - tofuutils/pre-commit-opentofu:nightly + registry.hub.docker.com/tofuutils/pre-commit-opentofu:nightly provenance: false