version: "3.8"

services:
  deploy:
    build:
      context: .
      dockerfile: Dockerfile
      target: deploy
      secrets:
        - github_npm_token
    image: ows-assets-deploy:latest

secrets:
  github_npm_token:
    environment: GITHUB_NPM_TOKEN
