Skip to content

Commit

Permalink
use ecr image for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsiaw authored and harsh-g31 committed Jul 23, 2024
1 parent 3882436 commit 2081c6e
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 2081c6e

Please sign in to comment.