Skip to content

Commit

Permalink
gh-actions: Use container-build-bush
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusse committed Nov 23, 2024
1 parent ea1a218 commit 6418061
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 238 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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
containerfile: Containerfile
image_tag: ${{ github.run_number }}_${{ github.ref_name }}_${{ github.sha }}
container_registry: 'ghcr'
#secrets:
# custom_github_token: ${{ secrets.APK_SIGNING_KEY }}
144 changes: 0 additions & 144 deletions .github/workflows/container-extract-artifact.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/container-image.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 6418061

Please sign in to comment.