Skip to content

Commit

Permalink
Update docker_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chbrandt authored Oct 31, 2023
1 parent 1020cc1 commit 6e29ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
env:
USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
run: |
NEW_IMAGE=`docker compose -f compose.build.yml config jupyter-gispy images`
NEW_IMAGE=`docker compose -f compose.build.yml config --images jupyter-gispy`
docker tag $NEW_IMAGE ${USERNAME}/jupyter-gispy:$GITHUB_REF_NAME
# IMAGE_SHA=`docker images -q $NEW_IMAGE`
# docker tag $NEW_IMAGE ${USERNAME}/jupyter-gispy:$IMAGE_SHA
Expand Down

0 comments on commit 6e29ebc

Please sign in to comment.