Skip to content

Commit

Permalink
fix workflow image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
clearbluejar committed Sep 9, 2023
1 parent bd7fb68 commit 1a87a62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name: Lint Python Package

on:
push:
branches: [ "pytest" ]
# push:
# branches: [ "pytest" ]
# pull_request:
# branches: [ "main" ]
workflow_dispatch:
Expand Down
14 changes: 8 additions & 6 deletions .github/workflows/pytest-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -24,8 +25,9 @@ jobs:
- name: Test with pytest on devcontainer
uses: devcontainers/[email protected]
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
Expand Down

0 comments on commit 1a87a62

Please sign in to comment.