Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

chore(deps): update dependency @vitest/ui to v1.3.1 (#157) #140

chore(deps): update dependency @vitest/ui to v1.3.1 (#157)

chore(deps): update dependency @vitest/ui to v1.3.1 (#157) #140

Workflow file for this run

name: CD Docker
on:
push:
branches: [main]
release:
types: [published]
permissions:
packages: write
jobs:
test:
name: Test
uses: ./.github/workflows/CI.yml
build-latest:
needs: test
if: ${{ github.event_name == 'push' }}
uses: "Recodive/Workflows/.github/workflows/CD Docker.yml@main"
with:
context: .
tags: premid/schemas
version: latest
secrets:
GH_NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: read
packages: write
build-release:
needs: test
if: ${{ github.event_name == 'release' }}
uses: "Recodive/Workflows/.github/workflows/CD Docker.yml@main"
with:
context: .
tags: premid/schemas
version: ${{ github.event.release.tag_name }}
secrets:
GH_NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: read
packages: write