We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe6f2d commit 70b6821Copy full SHA for 70b6821
.github/workflows/ghcr-build.yml
@@ -40,9 +40,7 @@ jobs:
40
# Only build nikolaik on PRs, otherwise build both nikolaik and ubuntu.
41
if [[ "$GITHUB_EVENT_NAME" == "pull_request" ]]; then
42
json=$(jq -n -c '[
43
- { image: "nikolaik/python-nodejs:python3.12-nodejs22", tag: "nikolaik" },
44
- { image: "ubuntu:24.04", tag: "ubuntu" }
45
-
+ { image: "nikolaik/python-nodejs:python3.12-nodejs22", tag: "nikolaik" }
46
]')
47
else
48
0 commit comments