change rooms validation in Main to vue computed value #182
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: [ main ] | |
release: | |
types: | |
- created | |
jobs: | |
build-docker: | |
uses: Thiritin/workflows/.github/workflows/docker-semver.yml@main | |
secrets: | |
DockerHubUser: ${{ secrets.DOCKERHUB_USERNAME }} | |
DockerHubPass: ${{ secrets.DOCKERHUB_PASSWORD }} | |
DockerHubPrefix: eurofurence |