Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Oct 8, 2023
1 parent 8254f5f commit d4ee584
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/bbm_build_container.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
name: bbm build container

name: bbm-container-build

on:
push:
Expand Down Expand Up @@ -32,11 +31,11 @@ jobs:
echo "REPO=bb-master" >>$GITHUB_ENV
- name: Build master image
run: |
podman build . --tag ${{ env.REPO }}:master
podman build . --tag ${{ env.REPO }}:master
- name: Build master-web image
run: |
podman build . --tag ${{ env.REPO }}:master-web \
--build-arg master_type=master-web
podman build . --tag ${{ env.REPO }}:master-web \
--build-arg master_type=master-web
- name: Push images to local registry
run: |
for img in master master-web; do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: bbw container build
name: bbw-build-container

on:
push:
paths:
- .github/workflows/bb_containers.yml
- .github/workflows/bbw_build_container.yml
- "ci_build_images/**"
pull_request:
paths:
- .github/workflows/bb_containers.yml
- .github/workflows/bbw_build_container.yml
- "ci_build_images/**"

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
workflow_run:
workflows:
- bbm-check-conf
- pre-commit
types:
- completed

Expand Down

0 comments on commit d4ee584

Please sign in to comment.