We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d164dab commit 7f2a81cCopy full SHA for 7f2a81c
1 file changed
.github/workflows/release-ci.yml
@@ -24,7 +24,18 @@ jobs:
24
with:
25
registry: ghcr.io
26
username: ${{ github.actor }}
27
- password: ${{ secrets.TOKEN }}
+ password: ${{ secrets.GITHUB_TOKEN }}
28
+
29
+ - name: Docker meta
30
+ id: meta
31
+ uses: docker/metadata-action@v4
32
+ with:
33
+ images: ghcr.io/procollab-github/api
34
+ flavor: latest=true
35
+ tags: |
36
+ type=ref,event=branch
37
+ type=ref,event=pr
38
+ type=semver,pattern={{version}}
39
40
- name: Build and push container
41
uses: docker/build-push-action@v3
0 commit comments