Update .github/workflows/increase-version.yml
This commit is contained in:
15
.github/workflows/increase-version.yml
vendored
15
.github/workflows/increase-version.yml
vendored
@@ -30,6 +30,15 @@ jobs:
|
|||||||
|
|
||||||
# Push changes to remote main branch
|
# Push changes to remote main branch
|
||||||
git push origin main
|
git push origin main
|
||||||
|
|
||||||
build-and-run:
|
trigger-pipeline-b:
|
||||||
uses: ./.github/workflows/deploy-docker.yml@main
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Create and push tag
|
||||||
|
run: |
|
||||||
|
git config --global user.name "Gitea Actions"
|
||||||
|
git config --global user.email "actions@gitea.local"
|
||||||
|
git tag docker-build-$(date +%s)
|
||||||
|
git push --tags
|
||||||
Reference in New Issue
Block a user