Skip to content

fix: replace emptyAppOptions with tmpAppOptions #257

fix: replace emptyAppOptions with tmpAppOptions

fix: replace emptyAppOptions with tmpAppOptions #257

Workflow file for this run

name: "Pull Request"
on:
pull_request:
types: [opened, synchronize]
concurrency:
# Cancel old runs if there is a new commit in the same branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
# Build docker image
- name: Build docker image
uses: docker/build-push-action@v4
with:
context: .
target: integration
push: false
secrets: |
ssh_key_b64=${{ secrets.SSH_KEY_B64 }}