Skip to content

acceptance: bazelify #158

acceptance: bazelify

acceptance: bazelify #158

Workflow file for this run

---
name: build-sites
on:
push:
paths:
- acceptance/**/*
- .github/workflows/build-sites.yaml
permissions:
contents: read
packages: write
jobs:
build:
runs-on: [ubuntu-latest]
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4
- name: gchr-login
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- run: make push-acceptance-tests