We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b406d commit 776fcecCopy full SHA for 776fcec
.github/workflows/build-image.yaml
@@ -4,7 +4,7 @@ permissions: read-all
4
5
on:
6
push:
7
- branches: [ "main" ]
+ branches: ["main"]
8
tags:
9
- 'v*.*.*' # glob for semver tags (including prereleases)
10
pull_request:
@@ -16,4 +16,4 @@ jobs:
16
secrets: inherit
17
with:
18
context: .
19
- image: 'hub.opensciencegrid.org/macrostrat/web'
+ image: 'hub.opensciencegrid.org/macrostrat/rockd-website'
0 commit comments