From 8a139406376d8db35477cc7dc8a743a6f6e8a570 Mon Sep 17 00:00:00 2001 From: Justin Hayes <52832301+justinh-rahb@users.noreply.github.com> Date: Sun, 25 Aug 2024 23:11:28 -0400 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index a82e345..c1a20d3 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -17,7 +17,7 @@ env: jobs: build-and-push-image: - if: github.event_name == 'push' || (github.event_name == 'create' && startsWith(github.ref, 'refs/tags/')) + if: github.event_name == 'push' || github.event_name == 'create' runs-on: ubuntu-latest permissions: contents: read