Skip to content

Commit

Permalink
Updated GitHub Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
beanbeanjuice committed Nov 10, 2024
1 parent 2d239a2 commit 4f1799b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cafe-api-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@ on:
branches-ignore:
- 'master'
- 'integration'
- 'integration-v4'
- 'v4-integration'
pull_request:
branches-ignore:
- 'master'
- 'integration'
- 'integration-v4'
- 'v4-integration'

jobs:
docker:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./api/v1
steps:
-
name: Set up QEMU
Expand All @@ -38,5 +35,6 @@ jobs:
name: Build and push
uses: docker/build-push-action@v6
with:
context: ./api/v1
push: true
tags: beanbeanjuice/cafe-api:alpha
6 changes: 2 additions & 4 deletions .github/workflows/cafe-api-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ on:
push:
branches:
- 'integration'
- 'integration-v4'
- 'v4-integration'

jobs:
docker:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./api/v1
steps:
-
name: Set up QEMU
Expand All @@ -32,5 +29,6 @@ jobs:
name: Build and push
uses: docker/build-push-action@v6
with:
context: ./api/v1
push: true
tags: beanbeanjuice/cafe-api:beta
4 changes: 1 addition & 3 deletions .github/workflows/cafe-api-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
jobs:
docker:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./api/v1
steps:
-
name: Set up QEMU
Expand All @@ -31,5 +28,6 @@ jobs:
name: Build and push
uses: docker/build-push-action@v6
with:
context: ./api/v1
push: true
tags: beanbeanjuice/cafe-api:beta

0 comments on commit 4f1799b

Please sign in to comment.