Skip to content

login to docker

login to docker #6

Workflow file for this run

name: CI
on:
push:
branches: [main]
jobs:
prod:
if: ${{ github.ref == 'refs/heads/main' || github.base_ref == 'main' }}
uses: ./.github/workflows/_deployment.yml
permissions:
id-token: write
contents: read
with:
environment: prod
secrets: inherit