Skip to content

Commit

Permalink
fix-docker-hub-base-image-name (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsn authored Aug 22, 2024
1 parent 28bff0e commit abd3cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
id: docker_meta
uses: docker/metadata-action@v5
with:
images: nutsfoundation/nuts-node
images: nutsfoundation/nuts-demo-ehr
tags: |
# generate 'master' tag for the master branch
# generate 'main' tag for the main branch
type=ref,event=branch,enable={{is_default_branch}},prefix=
# generate 5.2.1 tag
type=semver,pattern={{version}}
Expand Down

0 comments on commit abd3cb6

Please sign in to comment.