From 697b098c945aacc5e8a7a9ef9c71f9fcdee4a0a4 Mon Sep 17 00:00:00 2001 From: Daven Quinn Date: Mon, 21 Oct 2024 10:01:07 -0500 Subject: [PATCH] Try to update workflow --- .github/workflows/build-image.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index d21a8c67..04977455 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -4,11 +4,11 @@ permissions: read-all on: push: - branches: ["main"] + branches: [ "main" ] tags: - 'v*.*.*' # glob for semver tags (including prereleases) pull_request: - branches: [main] + branches: [ main ] jobs: call-build-image: @@ -16,5 +16,4 @@ jobs: secrets: inherit with: context: . - path: . image: 'hub.opensciencegrid.org/macrostrat/web'