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 24, 2023
1 parent 4fc3325 commit 68c014e
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 @@ -45,7 +45,7 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
$DOCKERHUB_USERNAME/jupyter-gispy
${{ DOCKERHUB_USERNAME }}/jupyter-gispy
# generate Docker tags based on the following events/attributes
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'stable') }}
Expand Down

0 comments on commit 68c014e

Please sign in to comment.