Skip to content

Commit

Permalink
APP-370: fix(build): remove extensions container
Browse files Browse the repository at this point in the history
  • Loading branch information
almereyda committed Jul 18, 2023
1 parent 403609a commit e3ed7b1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 70 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/build-push.extensions.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ on:
- dev
paths-ignore:
- "src/api-db-migrations/**"
- ".github/workflows/build-push.extensions.yml"
- ".github/workflows/build-push.migrations.yml"
- ".github/workflows/pr-labeler.yml"
- ".github/workflows/release-drafter.yml"
- ".github/workflows/release-version.yml"
- ".github/pr-labeler.yml"
- ".github/release-drafter.yml"
- "Dockerfile.extensions"
- "Dockerfile.migrations"
workflow_call:
inputs:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ jobs:
with:
ref: "refs/tags/v${{ needs.tag-release.outputs.current-version }}"
secrets: inherit
call-build-push-extensions:
name: Build tagged Extensions image
needs: ['tag-release']
uses: ./.github/workflows/build-push.extensions.yml
if: needs.tag-release.outputs.previous-version != needs.tag-release.outputs.current-version
with:
ref: "refs/tags/v${{ needs.tag-release.outputs.current-version }}"
secrets: inherit
call-build-push-migrations:
name: Build tagged Migrations image
needs: ['tag-release']
Expand Down
19 changes: 0 additions & 19 deletions Dockerfile.extensions

This file was deleted.

2 changes: 0 additions & 2 deletions src/api-db-migrations/extensions.sql

This file was deleted.

0 comments on commit e3ed7b1

Please sign in to comment.