Skip to content

Merge pull request #2048 from serlo/Pof2v-kulla-2025-11-27-14-38 #1183

Merge pull request #2048 from serlo/Pof2v-kulla-2025-11-27-14-38

Merge pull request #2048 from serlo/Pof2v-kulla-2025-11-27-14-38 #1183

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@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- run: yarn deploy:images:${{ github.ref_name }}