From 296c254de19667d93bf571d500806f7c69026eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Wed, 7 Aug 2024 14:07:42 +0200 Subject: [PATCH] create workflow main.yml --- .github/workflows/main.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..6a0d9b5 --- /dev/null +++ b/.github/workflows/main.yml @@ -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