Skip to content

Commit

Permalink
Merge pull request #814 from degica/ecr
Browse files Browse the repository at this point in the history
use ecr image for deploy
  • Loading branch information
haarsh95 authored Jul 23, 2024
2 parents 3882436 + d24ae6c commit e1649ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
apk add --no-cache python3 py3-pip
find /usr/lib/ -type f -name 'EXTERNALLY-MANAGED' -delete
pip3 install awscli
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup
run: git submodule update --init
- name: script
Expand All @@ -39,13 +39,13 @@ jobs:
deploy:
container:
image: degica/rails-buildpack:2.6.5-stretch
image: public.ecr.aws/degica/rails-buildpack:latest
env:
BARCELONA_ENDPOINT: https://barcelona.degica.com
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: deploy_setup
if: github.ref == 'refs/heads/master'
run: |-
Expand Down

0 comments on commit e1649ba

Please sign in to comment.