From 1a87a6209982980866effee4f614a353305673cd Mon Sep 17 00:00:00 2001 From: clearbluejar <3752074+clearbluejar@users.noreply.github.com> Date: Sat, 9 Sep 2023 21:52:08 +0000 Subject: [PATCH] fix workflow image tags --- .github/workflows/lint-python-package.yml | 4 ++-- .github/workflows/pytest-devcontainer.yml | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/lint-python-package.yml b/.github/workflows/lint-python-package.yml index b036273..99cefdf 100644 --- a/.github/workflows/lint-python-package.yml +++ b/.github/workflows/lint-python-package.yml @@ -4,8 +4,8 @@ name: Lint Python Package on: - push: - branches: [ "pytest" ] +# push: +# branches: [ "pytest" ] # pull_request: # branches: [ "main" ] workflow_dispatch: diff --git a/.github/workflows/pytest-devcontainer.yml b/.github/workflows/pytest-devcontainer.yml index 93d3d8e..b6ac9fb 100644 --- a/.github/workflows/pytest-devcontainer.yml +++ b/.github/workflows/pytest-devcontainer.yml @@ -4,10 +4,11 @@ name: Pytest Python Package In Devcontainer on: - push: - branches: [ "main", "pytest" ] - pull_request: - branches: [ "main" ] +# push: +# branches: [ "main", "pytest" ] + branches: [ "pytest" ] +# pull_request: +# branches: [ "main" ] workflow_dispatch: jobs: @@ -24,8 +25,9 @@ jobs: - name: Test with pytest on devcontainer uses: devcontainers/ci@v0.3 with: - imageName: ghcr.io/clearbluejar/ghidra-python:${{matrix.image}} - cacheFrom: ghcr.io/clearbluejar/ghidra-python:${{matrix.image}} + imageName: ghcr.io/clearbluejar/ghidra-python + cacheFrom: ghcr.io/clearbluejar/ghidra-python + imageTag: ${{matrix.image}} push: never runCmd: | pip install --upgrade pip