Skip to content

gh-actions: Use container-build-bush #7

gh-actions: Use container-build-bush

gh-actions: Use container-build-bush #7

Workflow file for this run

name: Build and release container
on:
push:
paths-ignore:
- '**.md'
branches:
- '**'
pull_request:
paths-ignore:
- '**.md'
branches:
- '**'
workflow_dispatch:
jobs:
container-build-push:
uses: bbusse/github-workflows/.github/workflows/container-build-push.yaml@dev
with:
image_name: 'swayvnc-build'
image_repository: 'bbusse/swayvnc-build'

Check failure on line 21 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / Build and release container

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 21, Col: 25): Invalid input, image_repository is not defined in the referenced workflow.

Check failure on line 21 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / Build and release container

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 21, Col: 25): Invalid input, image_repository is not defined in the referenced workflow.
image_tag: ${{ github.run_number }}_${{ github.ref_name }}_${{ github.sha }}
container_registry: 'ghcr'
container_push_to_registry: true
#secrets:
# custom_github_token: ${{ secrets.APK_SIGNING_KEY }}