Skip to content

Updates: runner to v2.327.0 #11

Updates: runner to v2.327.0

Updates: runner to v2.327.0 #11

Workflow file for this run

name: publish
on:
push:
branches:
- main
jobs:
build:
runs-on: [self-hosted, pod]
steps:
- name: Login registry.smtx.io
uses: docker/login-action@v2
with:
registry: registry.smtx.io
username: ${{ secrets.HARBOR_PUSH_USERNAME }}
password: ${{ secrets.HARBOR_PUSH_TOKEN }}
- name: Build and push latest image
run: docker buildx bake "https://github.com/everoute/actions-runner-controller.git#main"