Skip to content

Commit

Permalink
ci: WIP debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed Apr 10, 2024
1 parent ae00651 commit f7de450
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
- test
tags:
- '*'
workflow_dispatch:
Expand Down Expand Up @@ -38,6 +39,7 @@ jobs:
image_name: geokrety/website
dockerhub_username: ${{ vars.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
build_only: false

update-version-set:
uses: geokrety/geokrety-gha-workflows/.github/workflows/version-set.yml@main
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@ on:
workflow_dispatch:

jobs:
pre-commit:
uses: geokrety/geokrety-gha-workflows/.github/workflows/pre-commit_php.yml@main
with:
php_version: 8.2
# pre-commit:
# uses: geokrety/geokrety-gha-workflows/.github/workflows/pre-commit_php.yml@main
# with:
# php_version: 8.2

docker:
uses: geokrety/geokrety-gha-workflows/.github/workflows/docker-build.yml@main
needs: pre-commit
# needs: pre-commit
with:
image_name: geokrety/website
dockerhub_username: ${{ vars.DOCKERHUB_USERNAME }}
build_only: true
secrets:
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}

integration-tests:
uses: ./.github/workflows/robot-framework.yml
needs: pre-commit
# integration-tests:
# uses: ./.github/workflows/robot-framework.yml
# needs: pre-commit

build-release:
uses: geokrety/geokrety-gha-workflows/.github/workflows/semantic-release.yml@main
needs:
- docker
- integration-tests
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
# build-release:
# uses: geokrety/geokrety-gha-workflows/.github/workflows/semantic-release.yml@main
# needs:
# - docker
# - integration-tests
# secrets:
# GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit f7de450

Please sign in to comment.