Skip to content

Commit

Permalink
Fix docker build github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed Oct 16, 2024
1 parent 2a2d0d8 commit dc78321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defaults:
jobs:
docker_build:
name: Build Docker Image
runs-on: ubuntu:latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit dc78321

Please sign in to comment.