Update and rename docker-publish.yml to website-build-and-push-registry.yml

This commit is contained in:
Christian Landgren 2024-04-30 13:12:08 +02:00 committed by GitHub
parent 62de54ef80
commit 81e448c035
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ on:
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
paths: apps/website
paths:
- 'apps/website/**'
env:
# Use docker.io for Docker Hub if empty