Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:klar-mx/pg-migration-tool into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
erplsf committed May 16, 2024
2 parents b29f1d7 + d6dbbfc commit ca02e0d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Docker

on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
workflow_dispatch:

jobs:
build:
runs-on: [self-hosted]
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag pg-migration-tool:latest
- name: login to ECR
run: aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin 490628988712.dkr.ecr.us-east-2.amazonaws.com
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pg-migration-config/
config.yaml
*.log
.DS_Store
Expand Down

0 comments on commit ca02e0d

Please sign in to comment.