From b7bc707bf7e184ea871145c1e2a5457dcda8b9f6 Mon Sep 17 00:00:00 2001 From: Torgo Date: Sun, 26 Sep 2021 13:15:26 +1000 Subject: [PATCH] Switch to Github container --- .github/workflows/main.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 97439ff..4db8084 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,18 +18,13 @@ jobs: fail-fast: false matrix: ghidra-version: + - 'latest' - '10.0.3' - '10.0.2' - '10.0.1' - - '10.0' - - '10.0.0-beta' - - '9.2.4' - - '9.2.2' - - '9.2.1' - - '9.2' # Ghidra versions prior to 9.2 lack the Gson JSON library, and are not supported. runs-on: ubuntu-latest - container: registry.gitlab.com/torgo/ghidra-container/ghidra-plugin-builder:${{ matrix.ghidra-version }} + container: ghcr.io/torgotorgo/ghidra-container:${{ matrix.ghidra-version }} steps: - name: "Clone FindCrypt" uses: actions/checkout@v2 @@ -46,5 +41,3 @@ jobs: README.md FindCrypt/dist/*.zip if-no-files-found: error - -