We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9575a5b commit 815c943Copy full SHA for 815c943
1 file changed
.github/workflows/ci-cd.yml
@@ -35,6 +35,8 @@ jobs:
35
name: Docker Build (+ Push on main)
36
runs-on: ubuntu-latest
37
needs: ci
38
+ env:
39
+ IMAGE: ghcr.io/placeholder
40
41
permissions:
42
contents: read
0 commit comments