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