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

Merge pull request #400 from serlo/hugotiburtino-patch-1 #275

Merge pull request #400 from serlo/hugotiburtino-patch-1

Merge pull request #400 from serlo/hugotiburtino-patch-1 #275

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