Skip to content

ci: Use reusable container-build-bush #18

ci: Use reusable container-build-bush

ci: Use reusable container-build-bush #18

Workflow file for this run

name: Build and release container
on:
push:
paths-ignore:
- '**.md'
branches:
- '**'
pull_request:
paths-ignore:
- '**.md'
branches:
- '**'
workflow_dispatch:
env:
GHCR_URL: ghcr.io
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'
#image_tags: ${{ github.run_number }}_${{ github.ref_name }}_${{ github.sha }}
image_tags: |

Check failure on line 26 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: 26, Col: 19): Unrecognized named-value: 'env'. Located at position 1 within expression: env.GHCR_URL
${{ env.GHCR_URL }}/bbusse/swayvnc-build:${{ github.sha }}
ghcr.io/bbusse/swayvnc-build:latest
ghcr.io/bbusse/swayvnc-build:${{ github.run_number }}_${{ github.ref_name }}_${{ github.sha }}
container_registry: 'ghcr'
container_push_to_registry: true
#secrets:
# custom_github_token: ${{ secrets.APK_SIGNING_KEY }}