Skip to content

Commit

Permalink
Docker issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amshamah419 committed Sep 10, 2024
1 parent 32a2fd3 commit bc9671b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
update_docker_repo_info:
runs-on: devdemisto/dockerbuild:1.0.0.25778
runs-on: ubuntu-latest

steps:
- name: Checkout repository
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.9'

- name: Set up pipenv
run: |
Expand Down

0 comments on commit bc9671b

Please sign in to comment.