Skip to content

Commit d2fc9ea

Browse files
committed
use unqualified image name
1 parent dec5854 commit d2fc9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/myst-to-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
build-and-deploy:
4040
runs-on: self-hosted
4141
container:
42-
image: localhost/python-nodejs
42+
image: python-nodejs:latest
4343
# if needed globally
4444
# env:
4545
# var: value

0 commit comments

Comments
 (0)