Skip to content

Add workflow_dispatch #17

Add workflow_dispatch

Add workflow_dispatch #17

Workflow file for this run

name: Build Rucio/Butler ingestd container
on:
merge_group: {}
pull_request: {}
push:
tags:
- "*"
workflow_dispatch:
inputs:
context: docker
dockerfile: docker/Dockerfile
env:
HERMESK_NAME: rucio-daemons-hermesk
jobs:
push:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build ingest image
uses: lsst-sqre/build-and-push-to-ghcr@v1
id: build
with:
image: ${{ github.repository }}
github_token: ${{ secrets.GITHUB_TOKEN }}
- run: echo Pushed ghcr.io/${{ github.repository }}:${{ steps.build.outputs.tag }}