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

Merge pull request #375 from serlo/346-simplification-of-the-taxonomy… #274

Merge pull request #375 from serlo/346-simplification-of-the-taxonomy…

Merge pull request #375 from serlo/346-simplification-of-the-taxonomy… #274

Workflow file for this run

name: Image
on:
push:
branches:
- main
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: serlo/configure-repositories/actions/setup-node@main
- uses: google-github-actions/auth@v2
with:
credentials_json: '${{ secrets.GCP_KEY_CONTAINER_REGISTRY }}'
- uses: google-github-actions/setup-gcloud@v2
- run: gcloud auth configure-docker
- run: yarn push-image