Skip to content

chore(deps): update asciidoctor/docker-asciidoctor docker tag to v1.8… #135

chore(deps): update asciidoctor/docker-asciidoctor docker tag to v1.8…

chore(deps): update asciidoctor/docker-asciidoctor docker tag to v1.8… #135

Workflow file for this run

name: deployment
on:
workflow_dispatch:
push:
branches: [main]
jobs:
deployment:
runs-on: ubuntu-latest
steps:
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
- uses: actions/checkout@v4
- shell: pwsh
run: build/Start-Deployment.ps1 -Verbose
env:
GH_TOKEN: ${{ github.token }}
KUBE_TOKEN: ${{ secrets.token }}
KUBE_SERVER: ${{ secrets.server }}
KUBE_AUTHORITY: ${{ secrets.authority }}