Skip to content

Commit

Permalink
feat: grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
afifurrohman-id committed Apr 14, 2024
1 parent a9246c7 commit 484b955
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ jobs:
runs-on: ubuntu-latest
environment: staging
env:

IMAGE_NAME: ghcr.io/afifurrohman-id/grpc
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
with:
registry: ${{env.REGISTRY}}
registry: ghcr.io
username: ${{github.repository_owner}}
password: ${{secrets.GITHUB_TOKEN}}
- uses: docker/build-push-action@v5
Expand Down

0 comments on commit 484b955

Please sign in to comment.