diff --git a/.github/workflows/multiarch.yaml b/.github/workflows/multiarch.yaml index 5d1e02b..9b09907 100644 --- a/.github/workflows/multiarch.yaml +++ b/.github/workflows/multiarch.yaml @@ -1,11 +1,5 @@ name: Multiarch build docker image -# Ref https://github.com/orgs/community/discussions/26681 -# If the same push generates multiple events (pr, push, etc.) only run one build -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - on: push: branches: @@ -14,7 +8,7 @@ on: - '**issue**' - '**patch**' - 'ronoaldo/**' - pull_request: + workflow_dispatch: env: REGISTRY: ghcr.io diff --git a/test/integration-test.sh b/test/integration-test.sh index bb8a0d7..c256458 100755 --- a/test/integration-test.sh +++ b/test/integration-test.sh @@ -1,5 +1,6 @@ #!/bin/bash set -e +set -x BASEDIR="$(readlink -f "$(dirname "$0")/..")" IMG="ghcr.io/ronoaldo/minetestserver:testing"