Skip to content

Commit 7f2a81c

Browse files
committed
New CI-CD for deploy?...
1 parent d164dab commit 7f2a81c

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/release-ci.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,18 @@ jobs:
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.actor }}
27-
password: ${{ secrets.TOKEN }}
27+
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}}
2839
2940
- name: Build and push container
3041
uses: docker/build-push-action@v3

0 commit comments

Comments
 (0)