Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelPelegrina authored May 14, 2024
1 parent 2cad058 commit 4b1ab97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set Docker image name
id: docker_image_name

- uses: actions/cache@v3
env:
Expand All @@ -23,7 +26,7 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: Build Docker image (using cache)
- name: Build Docker image
run: |
run: docker build . --file Dockerfile
Expand Down

0 comments on commit 4b1ab97

Please sign in to comment.