Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ADobrodey committed Jul 14, 2023
1 parent a0b9166 commit 4863190
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,12 @@ jobs:
- name: Get short SHA
run: |
echo GITHUB_SHA=${GITHUB_SHA:0:7} >> $GITHUB_ENV
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and push docker image to ECR
uses: docker/build-push-action@v4
with:
context: ./
context: .
file: ./Dockerfile-new
push: true
no-cache: true
Expand Down

0 comments on commit 4863190

Please sign in to comment.