Skip to content

Static tag for amd64 latest image (#575) #198

Static tag for amd64 latest image (#575)

Static tag for amd64 latest image (#575) #198

Workflow file for this run

name: Docs
on:
push:
branches:
- master
permissions:
contents: write
env:
CURRENT_BRANCH: ${{ github.head_ref || github.ref_name }}
jobs:
docs-update:
runs-on: ubuntu-22.04
steps:
- name: Install Deps
run: sudo apt-get install docker-compose -y
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Docs Update
run: docker-compose -f docker-compose-deploy.yml run --rm deploy /bin/builder.bash deploy-docs
env:
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}