Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
ci(actions): remove build image job
Browse files Browse the repository at this point in the history
  • Loading branch information
felix11h authored Jul 18, 2024
1 parent 2d4ef73 commit 7a85eb0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,3 @@ jobs:
- run: poetry run pytest --cov --cov-fail-under=50
env:
DJANGO_DEBUG: 1

build-image:
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v4

- uses: moneymeets/moneymeets-composite-actions/build-and-push-image@master
with:
ecr_repository: ${{ vars.APPLICATION_ID }}
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 7a85eb0

Please sign in to comment.