From 4d0ff7dd0f871fbe4cb9df7caa139688be643af0 Mon Sep 17 00:00:00 2001 From: Chris Goller Date: Tue, 7 May 2024 11:49:37 -0500 Subject: [PATCH] ci: test context Signed-off-by: Chris Goller --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd714e7..3521223 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,6 +146,7 @@ jobs: registry-type: public - uses: depot/build-push-action@v1 with: + context: . push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}