Skip to content

Commit

Permalink
Merge pull request #804 from degica/fix-build
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
essa authored Feb 5, 2024
2 parents 3358cf7 + 2fd2489 commit 6798ab4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-reverse-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: prepare
run: |-
apk add --no-cache python3 py3-pip
find /usr/lib/ -type f -name 'EXTERNALLY-MANAGED' -delete
pip3 install --upgrade pip
pip3 install awscli
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-run-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: prepare
run: |-
apk add --no-cache python3 py3-pip
find /usr/lib/ -type f -name 'EXTERNALLY-MANAGED' -delete
pip3 install --upgrade pip
pip3 install awscli
- uses: actions/checkout@v3
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ jobs:
BARCELONA_ENDPOINT: https://barcelona.degica.com
DOCKER_REPOSITORY: public.ecr.aws/degica/barcelona
DOCKER_BUILDKIT: '1'
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: workaround
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: prepare
run: |-
apk update
apk add --no-cache python3 py3-pip
pip3 install --upgrade pip
find /usr/lib/ -type f -name 'EXTERNALLY-MANAGED' -delete
pip3 install awscli
- uses: actions/checkout@v3
- name: setup
Expand Down

0 comments on commit 6798ab4

Please sign in to comment.