Skip to content

Commit

Permalink
create workflow main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-mueller authored Aug 7, 2024
1 parent 17dae63 commit 296c254
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: release-image

on:
push:

jobs:
build-image:
runs-on: ubuntu-latest
steps:
- uses: it-at-m/.github/.github/actions/action-build-image@main
with:
app-path: githubpeople-go
registry-password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
registry-username: ${{ github.actor }}
image-tags: |
type=raw,value=latest

0 comments on commit 296c254

Please sign in to comment.