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 00260cf commit 3d0fd24Copy full SHA for 3d0fd24
1 file changed
.github/workflows/docker-build.yml
@@ -1,9 +1,20 @@
1
name: build
2
on:
3
workflow_dispatch:
4
+env:
5
+ # Use docker.io for Docker Hub if empty
6
+ REGISTRY: ghcr.io
7
+ # github.repository as <account>/<repo>
8
+ IMAGE_NAME: ${{ github.repository }}
9
+
10
11
jobs:
12
build:
13
14
runs-on: ubuntu-latest
15
+ permissions:
16
+ contents: read
17
+ packages: write
18
steps:
19
- name: Checkout repository
20
uses: actions/checkout@v2
0 commit comments