Compare commits

...

1 Commits
1.0.4 ... 1.1.0

Author SHA1 Message Date
2c7e0d8641 feat: fixed pipeline 2024-11-24 15:53:18 +01:00

View File

@@ -12,6 +12,9 @@ on:
- "**/CHANGELOG.md"
- "**/docs/**"
workflow_dispatch:
pull_request:
branches:
- dev
env:
REGISTRY: ghcr.io
@@ -51,6 +54,7 @@ jobs:
tag:
needs: test
if: github.event_name == 'push'
runs-on: ubuntu-latest
permissions:
contents: write # for the tags
@@ -86,6 +90,7 @@ jobs:
run: git push origin ${{ steps.git_version.outputs.version }}
build_and_push:
if: github.event_name == 'push'
runs-on: ubuntu-latest
permissions: write-all
needs: tag