Skip to content

Commit 75656fa

Browse files
env10
1 parent d4e65df commit 75656fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
image-name: "samply/gbn-sample-locator"
3030
# Where to push your images ("dockerhub", "ghcr", "both" or "none")
3131
push-to: dockerhub
32-
ghrc-retention-policy: keep
32+
ghcr-retention-policy: keep
3333
# This passes the secrets from calling workflow to the called workflow
3434
secrets:
3535
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
# The Docker Hub Repository you want eventually push to, e.g samply/share-client
4343
image-name: "samply/gbn-sample-locator"
44+
ghcr-retention-policy: keep
4445
build-args: |
4546
SVELTE_CONFIG=pub
4647
#

0 commit comments

Comments
 (0)