Skip to content

Commit

Permalink
Try to update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Oct 21, 2024
1 parent bb18484 commit 697b098
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@ 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:
uses: UW-Macrostrat/build-push/.github/workflows/build-push.yaml@main
secrets: inherit
with:
context: .
path: .
image: 'hub.opensciencegrid.org/macrostrat/web'

0 comments on commit 697b098

Please sign in to comment.