Skip to content

Commit c240559

Browse files
fix: use different action
1 parent 6caa34d commit c240559

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ jobs:
3030
- name: Checkout code
3131
uses: actions/checkout@v4
3232

33-
- name: Publish to Registry
34-
uses: sergeysova/docker-publish-action@v1
33+
- name: Build and publish
34+
uses: macbre/push-to-ghcr@v13
3535
with:
36-
username: ${{ github.actor }}
37-
password: ${{ secrets.GITHUB_TOKEN }}
38-
registry: ghcr.io
39-
image: snakemake/snakemake-image-kubeflow
36+
image_name: snakemake-image-kubeflow
37+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)