Skip to content

Commit

Permalink
Revert "WIP: Change repo ID for testing"
Browse files Browse the repository at this point in the history
This reverts commit 05d7188.
  • Loading branch information
br3ndonland committed Nov 4, 2024
1 parent 574a9c6 commit 4cfebd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-docker-action.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
REF = os.environ['REF']
REPO = os.environ['REPO']
REPO_ID = os.environ['REPO_ID']
REPO_ID_GH_ACTION = '783928061'
REPO_ID_GH_ACTION = '178055147'


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

0 comments on commit 4cfebd2

Please sign in to comment.