diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 0db4c4ece2..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: @@ -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