Skip to content

Commit

Permalink
modified docker
Browse files Browse the repository at this point in the history
  • Loading branch information
simonegramegna committed Jan 5, 2024
1 parent b6b4fb7 commit d358b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
Expand Down Expand Up @@ -45,4 +45,5 @@ jobs:
- name: Build the docker image and push to docker hub
run: |
docker-compose build
docker-compose push

0 comments on commit d358b22

Please sign in to comment.