Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Nov 14, 2024
1 parent fd00fc2 commit e5abf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Test build base image
run: |
docker build --no-cache -f ./Dockerfile-base -it ghcr.io/biosimulators/bio-compose-server-base:${{ env.BASE_VERSION }} .
docker build --no-cache -f ./Dockerfile-base -t ghcr.io/biosimulators/bio-compose-server-base:${{ env.BASE_VERSION }} .
get-microservice-versions:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e5abf28

Please sign in to comment.