Skip to content

Commit

Permalink
Trying to use admin dash tag
Browse files Browse the repository at this point in the history
Trying to do this the way I originally planned.
  • Loading branch information
nataliejschultz committed May 26, 2024
1 parent f7f9319 commit ada5613
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ jobs:
fi
docker images
- name: rename docker image
run: |
docker image tag e-mission/opdash:0.0.1 $DOCKER_USER/${GITHUB_REPOSITORY#*/}:${GITHUB_REF##*/}_${{ steps.date.outputs.date }}
# - name: rename docker image
# run: |
# docker image tag e-mission/opdash:0.0.1 $DOCKER_USER/${GITHUB_REPOSITORY#*/}:${GITHUB_REF##*/}_${{ steps.date.outputs.date }}

- name: push docker image
run: |
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
dockerfile: docker/Dockerfile
args:
SERVER_IMAGE_TAG: ${SERVER_IMAGE_TAG}
image: e-mission/opdash:0.0.1
image: ${ADMIN_DASH_IMAGE_TAG}
ports:
- "8050:8050"
environment:
Expand Down

0 comments on commit ada5613

Please sign in to comment.