From f8554cd63479654c2f4ffb5e47eca82285a8909a Mon Sep 17 00:00:00 2001 From: Bohdan Kucherivayi Date: Wed, 14 Feb 2024 00:49:02 +0200 Subject: [PATCH] fix: bake action --- .github/workflows/production-image.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/production-image.yml b/.github/workflows/production-image.yml index 1ac6d582..fb991d6d 100644 --- a/.github/workflows/production-image.yml +++ b/.github/workflows/production-image.yml @@ -31,15 +31,9 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Bake + - name: Bake and push uses: docker/bake-action@v4 with: + push: true targets: default no-cache: true - - - name: Push - uses: docker/push-action@v2 - with: - registry: ${{ env.REGISTRY }} - image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - tags: latest