From 29fa112c63d228b22db3829de7b177d0fb393808 Mon Sep 17 00:00:00 2001 From: Mona Lisa Date: Mon, 13 Nov 2023 12:38:30 -0500 Subject: [PATCH] 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