Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/leticia-pontes/PALAVRA into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
leticia-pontes committed Dec 1, 2024
2 parents 9b5e25b + 58d390d commit 75e84c4
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 75e84c4

Please sign in to comment.