Skip to content

Commit

Permalink
Merge pull request #80 from leticia-pontes/leticia-pontes-patch-1
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
leticia-pontes authored Dec 1, 2024
2 parents 4bab1c1 + 21a90e0 commit 58d390d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,20 @@ on:
jobs:
build-and-push:
name: Build and Push Docker Image
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Cache pip dependencies
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Log in to DockerHub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 58d390d

Please sign in to comment.