We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf5341 commit e0c21b4Copy full SHA for e0c21b4
.github/workflows/docker.yml
@@ -5,6 +5,10 @@ on:
5
pull_request:
6
workflow_dispatch:
7
8
+env:
9
+ REGISTRY: ghcr.io
10
+ IMAGE_NAME: ${{ github.repository }}
11
+
12
jobs:
13
build-publish:
14
env:
0 commit comments