Skip to content

Commit

Permalink
TP-c01_ci-cd: changed triggers, add step
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderf00l committed Dec 9, 2023
1 parent 8d07119 commit df49eed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: Start pinspire CI

on:
workflow_dispatch: {}
push:
branches:
- TP-c01_ci-cd
- dev4
push: {}
pull_request:
types: [opened, edited, reopened]
branches: [main, dev4]
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
build_images:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: dev3
- name: get repository code
uses: actions/checkout@v4
- name: Login to DockerHub Registry
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
- name: Build docker images of services
Expand Down

0 comments on commit df49eed

Please sign in to comment.