Skip to content

Commit

Permalink
.github/workflows/build.yml: fix ACDH build
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Apr 9, 2024
1 parent 8a57c3e commit 6bb91da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: docker push acdhch/arche-filechecker:latest
- name: build ACDH
run: |
echo "RUN apt install -y vim" >> Dockerfile
echo "RUN apt update && apt install -y vim && apt clean" >> Dockerfile
docker build -t acdhch/arche-filechecker:acdh --label "buildUrl=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" .
- uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 6bb91da

Please sign in to comment.