Skip to content

Merge pull request #2095 from serlo/dependabot/npm_and_yarn/picomatch… #1224

Merge pull request #2095 from serlo/dependabot/npm_and_yarn/picomatch…

Merge pull request #2095 from serlo/dependabot/npm_and_yarn/picomatch… #1224

Workflow file for this run

name: Deploy
on:
push:
branches:
- production
- staging
jobs:
deploy-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-node
- name: Login to GitHub Container Registry
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- run: yarn deploy:images:${{ github.ref_name }}