Skip to content

Commit

Permalink
added .github/workflows/push-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed May 30, 2024
1 parent 9ea61f0 commit 99bc689
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
release:
types: [published]

name: push-docker-image-release

jobs:
push-docker-image-release:
uses: anyproto/any-sync-node/.github/workflows/push-docker-image-reusable.yml@main
secrets: inherit # pass all secrets
with:
release: ${{ github.event.release.tag_name }}
dockerfile-cmd: echo ok

0 comments on commit 99bc689

Please sign in to comment.