From d24ae6c311aff4e65390a90a6f215f31308c4cac Mon Sep 17 00:00:00 2001 From: David Siaw Date: Tue, 23 Jul 2024 15:09:24 +0900 Subject: [PATCH] use ecr image for deploy --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02d6f47b..d396bad6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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: |-