Skip to content

Commit

Permalink
2.x: Added workflow_dispatch to run some actions manually
Browse files Browse the repository at this point in the history
  • Loading branch information
DionisioFG committed Mar 8, 2024
1 parent 89c0f3c commit 856c694
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ce-dev-build-dev-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ jobs:
echo 'mkcert_bin: mkcert' >> ~/.config/ce-dev/preferences-2.x.yml
- name: Build and push Docker images
run: |
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
/bin/sh docker-images/export.sh --version devel --image-name ce-dev --base-image debian:bookworm-slim --dockerfile-path base-devel --push
/bin/sh docker-images/export.sh --version devel --image-name ce-dev-controller --base-image debian:bookworm-slim --dockerfile-path controller-devel --push
2 changes: 2 additions & 0 deletions .github/workflows/ce-dev-lint-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- 2.x-devel
- 2-x

workflow_dispatch:

jobs:
# See https://github.com/marketplace/actions/run-eslint
# ESLint now built in to GitHub Actions
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ce-dev-test-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
branches:
- '2.x'

workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ce-dev-test-dev-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
branches:
- '2.x-devel'

workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 856c694

Please sign in to comment.