Skip to content

Commit

Permalink
chore: update GitHub workflows to remove production target and push t…
Browse files Browse the repository at this point in the history
…rigger
  • Loading branch information
yezz123 committed Feb 2, 2025
1 parent 39b1453 commit d0dc209
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@ jobs:
build-args: |
GIT_REVISION=${{ steps.Docker_args.outputs.GIT_REVISION }}
BUILD_DATE=${{ steps.Docker_args.outputs.BUILD_DATE }}
target: production
tags: |
${{ env.DOCKER_REGISTRY}}/${{ matrix.package }}:latest
3 changes: 1 addition & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]


concurrency:
group: pr-checks-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit d0dc209

Please sign in to comment.