We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e59e2 commit 05d7188Copy full SHA for 05d7188
create-docker-action.py
@@ -8,7 +8,7 @@
8
REF = os.environ['REF']
9
REPO = os.environ['REPO']
10
REPO_ID = os.environ['REPO_ID']
11
-REPO_ID_GH_ACTION = '178055147'
+REPO_ID_GH_ACTION = '783928061'
12
13
14
def set_image(ref: str, repo: str, repo_id: str) -> str:
0 commit comments