From a872f1c060b1ce4084ae3cd020932119d57ca769 Mon Sep 17 00:00:00 2001 From: Hank Shen Date: Thu, 4 Jan 2024 21:38:42 +0800 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1be0f6d87..c0518f963 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,8 +26,8 @@ jobs: env: GOPATH: /home/runner/go - # - name: Build the Docker image - # run: docker build . --file Dockerfile --tag "admpub/nging:latest" + - name: Build the Docker image + run: docker build . --file Dockerfile --tag "admpub/nging:latest" # run: docker build . --file Dockerfile --tag my-image-name:$(date +%s) # - name: Test # run: go test -v ./...