Skip to content

Commit

Permalink
Fix circle-ci build with a new tag (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolyncole authored Dec 4, 2024
1 parent c844450 commit c5976de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ commands:
run_mediaflux:
steps:
- run: echo "$DOCKERHUB_PASSWORD" | docker login --username $DOCKERHUB_USERNAME --password-stdin
- run: docker pull pulibraryrdss/mediaflux_dev:latest
- run: docker run -d --privileged --name mediaflux --publish 0.0.0.0:8888:80 --mac-address 02:42:ac:11:00:02 pulibraryrdss/mediaflux_dev:latest
- run: docker pull pulibraryrdss/mediaflux_dev:circle-ci
- run: docker run -d --privileged --name mediaflux --publish 0.0.0.0:8888:80 --mac-address 02:42:ac:11:00:02 pulibraryrdss/mediaflux_dev:circle-ci

run_postgres:
steps:
Expand Down

0 comments on commit c5976de

Please sign in to comment.