We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2003555 commit 84c3a9eCopy full SHA for 84c3a9e
2 files changed
.github/workflows/BuildDocker.yml
@@ -38,4 +38,4 @@ jobs:
38
file: Container/Dockerfile
39
push: true
40
# JUNGVI: If you operate from a fork and want to build a new docker make sure to replace 'pulp-platform' by your uname.
41
- tags: ghcr.io/runwangdl/deeploy:picofloat
+ tags: ghcr.io/pulp-platform/deeploy:main
.github/workflows/CI.yml
@@ -9,7 +9,7 @@ on:
9
- cron: "0 1 */6 * *"
10
11
env:
12
- DOCKER_IMAGE: ghcr.io/runwangdl/deeploy:picofloat
+ DOCKER_IMAGE: ghcr.io/pulp-platform/deeploy:main
13
14
jobs:
15
0 commit comments