From acdf16687c6813134770a3e4246a26991ce3ef57 Mon Sep 17 00:00:00 2001 From: TimofeyTst Date: Sun, 8 Oct 2023 14:04:15 +0300 Subject: [PATCH] dev test --- .github/workflows/main.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e856062..3cc0b77 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,13 +18,7 @@ jobs: uses: docker/metadata-action@v5 with: images: ${{ secrets.DOCKERHUB_USERNAME }}/eat-place - tags: | - value=web_ui_{{branch}} - - - name: ECHO TAGS & LABELS - run: | - echo ${{ steps.meta.outputs.tags }} - echo ${{ steps.meta.outputs.labels }} + tags: value=web_ui_{{branch}} - name: Set up QEMU uses: docker/setup-qemu-action@v3