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'