Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
truskovskiyk committed Jul 9, 2024
1 parent 7d5e15c commit d6a8f3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/module-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

# See explanation: https://github.com/orgs/community/discussions/25678
- name: Clean disk
run: |
rm -rf /opt/hostedtoolcache
- name: Build new
run: |
docker build -f module-3/nlp-sample/Dockerfile -t nlp-sample:latest module-3/nlp-sample
Expand Down

0 comments on commit d6a8f3c

Please sign in to comment.