From 53a76acfa44087dfc850f5b88eb1972a4881070d Mon Sep 17 00:00:00 2001 From: Mona Lisa Date: Tue, 14 Nov 2023 08:38:54 -0500 Subject: [PATCH] fix --- .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 9ee0b5e8c1..add1d5e9cc 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -29,4 +29,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: "anglyuboslav/go-eth-lab:${{ github.run_number }}" \ No newline at end of file + tags: "anglyuboslav/go-eth-lab" \ No newline at end of file