Skip to content

Commit 51df62c

Browse files
committed
Update action to use correct new container URL (whoops)
Signed-off-by: duck. <[email protected]>
1 parent ccc1941 commit 51df62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ outputs:
1717
description: 'The patch semantic version for this release, if available'
1818
runs:
1919
using: 'docker'
20-
image: 'docker://'
20+
image: 'docker://ghcr.io/ropenttd/cdn_version_scraper:sha-ccc1941'
2121
args:
2222
- ${{ inputs.channel }}
2323
env:

0 commit comments

Comments
 (0)