From 29fa112c63d228b22db3829de7b177d0fb393808 Mon Sep 17 00:00:00 2001 From: Mona Lisa Date: Mon, 13 Nov 2023 12:38:30 -0500 Subject: [PATCH 1/2] fix pipeline --- .github/workflows/build-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 0db4c4ece2..fdbd4df8a2 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -32,4 +32,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: ${{ github.run_number }} \ No newline at end of file + tags: "anglyuboslav/go-eth-lab:${{ github.run_number }}" \ No newline at end of file From 22a59cff8b6256f738de2cd6380807f43b19cd86 Mon Sep 17 00:00:00 2001 From: Mona Lisa Date: Mon, 13 Nov 2023 12:39:15 -0500 Subject: [PATCH 2/2] fix piepline --- .github/workflows/build-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index fdbd4df8a2..e40cdc32d9 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -7,7 +7,7 @@ on: jobs: push_to_registry: - # if: ${{ github.event.label.name == 'CI' && github.event.label.description == 'Build' }} + if: ${{ github.event.label.name == 'CI' && github.event.label.description == 'Build' }} name: Push Docker image to Docker Hub runs-on: ubuntu-latest steps: