Skip to content

Commit

Permalink
Use shared workflow on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Aug 10, 2023
1 parent 9d5b05e commit 87af130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: read # To check out repo
packages: read # To read NPM registry

uses: gunet/wallet-ecosystem/.github/workflows/docker-build-push.yml@npmrc-template
uses: gunet/wallet-ecosystem/.github/workflows/docker-build-push.yml
with:
image-tag: ghcr.io/gunet/wallet-backend:latest
docker-push: false
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: read # To check out repo
packages: write # To read NPM registry and push Docker image

uses: gunet/wallet-ecosystem/.github/workflows/docker-build-push.yml@npmrc-template
uses: gunet/wallet-ecosystem/.github/workflows/docker-build-push.yml
with:
image-tag: ghcr.io/gunet/wallet-backend:latest
docker-push: true

0 comments on commit 87af130

Please sign in to comment.