Skip to content

Commit

Permalink
build(github): use custom action
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova authored Apr 2, 2020
1 parent caf7bac commit 8755024
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/api-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,17 @@ jobs:
- uses: actions/checkout@v2

- name: Publish Docker
uses: elgohr/[email protected]
uses: sergeysova/docker-publish-action@v1
with:
name: authmenow/backend/public-api
image: authmenow/backend/public-api
registry: docker.pkg.github.com
username: sergeysova
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
buildargs: CRATE_NAME=public-api
snapshot: true
tag_semver: true
tag_semver: skip
tag_separator: '@'
semver_higher: true

- name: Trigger deploy to Dev
uses: peter-evans/repository-dispatch@v1
Expand Down

0 comments on commit 8755024

Please sign in to comment.