Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
mguptahub committed May 23, 2024
1 parent a0d2e93 commit 135c102
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-aio-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: docker/build-push-action@v5.1.0
with:
context: ./aio
file: ./api/Dockerfile.base
file: ./aio/Dockerfile.base
platforms: ${{ env.BUILDX_PLATFORMS }}
tags: ${{ env.BASE_IMG_TAG }}
push: true
Expand Down
1 change: 0 additions & 1 deletion aio/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ RUN apt-get update && apt-get install -y postgresql postgresql-contrib
RUN apt-get update && apt-get install -y redis-server

# Install MinIO

ARG TARGETARCH
RUN if [ "$TARGETARCH" = "amd64" ]; then \
wget https://dl.min.io/server/minio/release/linux-amd64/minio -O /usr/local/bin/minio; \
Expand Down

0 comments on commit 135c102

Please sign in to comment.