Skip to content

fix: allow to write to the registry #2

fix: allow to write to the registry

fix: allow to write to the registry #2

Workflow file for this run

name: CD
on:
push:
branches:
- main
permissions:
actions: read
contents: read
packages: write
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
with:
version: 8
# Cache node_modules
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- uses: nrwl/nx-set-shas@v4
- name: Build and push images
env:
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INPUT_PUSH: true
run: pnpm exec nx affected -t container