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 68c014e commit 58a3aba
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
${{ vars.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 58a3aba

Please sign in to comment.