Skip to content

Commit 05d7188

Browse files
committed
WIP: Change repo ID for testing
1 parent e0e59e2 commit 05d7188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-docker-action.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
REF = os.environ['REF']
99
REPO = os.environ['REPO']
1010
REPO_ID = os.environ['REPO_ID']
11-
REPO_ID_GH_ACTION = '178055147'
11+
REPO_ID_GH_ACTION = '783928061'
1212

1313

1414
def set_image(ref: str, repo: str, repo_id: str) -> str:

0 commit comments

Comments
 (0)