Skip to content

Commit

Permalink
Remove unnecessary action and update checkout action version
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa committed Jun 17, 2024
1 parent 31b4dc6 commit 591e31f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
steps:
-
name: Checkout Repository
uses: actions/checkout@v3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
uses: actions/checkout@v4
-
name: Build and start containers
run: docker-compose -f docker-compose.yml up --build -d
Expand Down

0 comments on commit 591e31f

Please sign in to comment.