We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e65df commit 75656faCopy full SHA for 75656fa
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
image-name: "samply/gbn-sample-locator"
30
# Where to push your images ("dockerhub", "ghcr", "both" or "none")
31
push-to: dockerhub
32
- ghrc-retention-policy: keep
+ ghcr-retention-policy: keep
33
# This passes the secrets from calling workflow to the called workflow
34
secrets:
35
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
@@ -41,6 +41,7 @@ jobs:
41
with:
42
# The Docker Hub Repository you want eventually push to, e.g samply/share-client
43
44
45
build-args: |
46
SVELTE_CONFIG=pub
47
#
0 commit comments