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 6796228 commit 882d7eaCopy full SHA for 882d7ea
1 file changed
.github/workflows/ci.yml
@@ -5,6 +5,10 @@ on:
5
branches: [main]
6
pull_request:
7
8
+
9
+env:
10
+ REGISTRY: ghcr.io
11
+ IMAGE_NAME: ${{ github.repository }}
12
13
jobs:
14
docker:
0 commit comments