Skip to content

Commit

Permalink
Try reusable worfklow
Browse files Browse the repository at this point in the history
  • Loading branch information
gb-beng committed Jun 18, 2024
1 parent a96b9a0 commit e675bd5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 49 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-push-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build & Push

on:
push:
branches:
- main
workflow_dispatch:

jobs:
build-push-image:
uses: beeldengeluid/gha-workflows/.github/workflows/build-push-image.yml@d2e32a0aaca7f739cb7966ade83ade7290471808
secrets: inherit
permissions:
contents: read
packages: write
49 changes: 0 additions & 49 deletions .github/workflows/build-test-push.yml

This file was deleted.

0 comments on commit e675bd5

Please sign in to comment.