Skip to content

Commit

Permalink
correct image name for production image #157
Browse files Browse the repository at this point in the history
  • Loading branch information
akyriako committed Nov 14, 2024
1 parent a672c9f commit e720990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
${{ vars.REGISTRY }}/${{ vars.REGISTRY_ORG }}/docusaurus-play
${{ vars.REGISTRY }}/${{ vars.REGISTRY_ORG }}/docs-next
# generate Docker tags based on the following events/attributes
tags: |
type=semver,pattern=v{{major}}.{{minor}}.{{patch}}
Expand Down

0 comments on commit e720990

Please sign in to comment.