Skip to content

Commit

Permalink
chore: fix Dockerfole location
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyjtaylor committed Mar 9, 2024
1 parent da579c5 commit 404c565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ jobs:
# REPOSITORY_URI=${{ env.ECR_URI }}/base
# docker build -t $REPOSITORY_URI:latest -f ./images/Dockerfile.base .
# docker build -t $REPOSITORY_URI:latest -f ./src/images/Dockerfile.base .
# docker tag base:latest $REPOSITORY_URI:latest
# docker push $REPOSITORY_URI:latest
docker build -t $REGISTRY/$REPOSITORY:latest -f ./images/Dockerfile.base .
docker build -t $REGISTRY/$REPOSITORY:latest -f ./src/images/Dockerfile.base .
docker push $REGISTRY/$REPOSITORY:latest
env:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/src/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM node:20-alpine3.19 AS setup
RUN apk add --no-cache python3 make g++
RUN apk add --no-cache jq
RUN apk add --no-cache git
RUN apk add --no-cache aws-cli
RUN apk add --no-cache aws-cli

0 comments on commit 404c565

Please sign in to comment.