Skip to content

Commit 6c93a91

Browse files
authored
Merge pull request #15 from StatFunGen/use_ghcr
use ghcr
2 parents 0ac6a04 + 08a5045 commit 6c93a91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/host_init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ from dateutil.parser import isoparse
132132
# Configuration variables
133133
134134
# Docker image name
135-
docker_image_name = "quay.io/danielnachun/tmate-minimal"
135+
docker_image_name = "ghcr.io/statfungen/tmate-minimal"
136136
137137
# Paths and filenames
138138
job_id=str(os.getenv("FLOAT_JOB_ID"))

src/mm_jobman.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mem=16
3131
dryrun=false
3232
entrypoint=""
3333
float_executable="float"
34-
image="quay.io/danielnachun/tmate-minimal"
34+
image="ghcr.io/statfungen/tmate-minimal"
3535
image_vol_size=3
3636
root_vol_size=""
3737
job_name=""

0 commit comments

Comments
 (0)