Skip to content

Commit

Permalink
Update actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim committed Jan 11, 2024
1 parent e9b8caa commit 60c73bd
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- uses: actions/checkout@v4
- name: Run tests
run: |
if [ -f docker-compose.test.yml ]; then
docker-compose --file docker-compose.test.yml build
docker-compose --file docker-compose.test.yml run sut
else
docker build . --file Dockerfile
fi
run: docker build . --file Dockerfile

# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
Expand Down

0 comments on commit 60c73bd

Please sign in to comment.