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 89d3cc8 commit 82291b8Copy full SHA for 82291b8
1 file changed
.github/workflows/docker-build.yml
@@ -5,6 +5,10 @@ on:
5
branches:
6
- main
7
8
+env:
9
+ REGISTRY: ghcr.io
10
+ IMAGE_NAME: ${{ github.repository }}
11
+
12
jobs:
13
build:
14
runs-on: ubuntu-latest
0 commit comments