Skip to content

Merge pull request #53 from trustwallet/revert-52-shawn/support-http-… #24

Merge pull request #53 from trustwallet/revert-52-shawn/support-http-…

Merge pull request #53 from trustwallet/revert-52-shawn/support-http-… #24

Workflow file for this run

---
name: Deploy Gorush
on:
push:
branches:
- master
workflow_dispatch:
permissions:
contents: read
id-token: write
jobs:
checkout:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
push-image:
needs: checkout
uses: ./.github/workflows/push-image.yml
with:
AWS_REGION: us-east-1
ECR_REPOSITORY: ${{ github.repository }}/gorush
VERSION: 1.13.0
SHA: ${{ github.sha }}
RETAG_LATEST: true
secrets: inherit