From b0daf227d20482bdb3f9aa42d94b83ec3762316b Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 21 Sep 2021 17:52:41 -0700 Subject: Update release.yaml --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f86f961..b1929df 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -60,6 +60,7 @@ jobs: - name: Build + if: ${{ startsWith(github.ref, 'refs/tags/') }} uses: docker/build-push-action@v2 with: context: . -- cgit v1.2.3