Skip to content

Commit

Permalink
Bump actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Cardona committed Feb 4, 2024
1 parent a0393dd commit 021de7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build docker/ -f docker/pizero.dockerfile -t pizero:local

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build the haxo001 executable
run: |
docker run --rm --mount "type=bind,source=$(pwd),target=/haxo" \
Expand Down

0 comments on commit 021de7c

Please sign in to comment.