Skip to content

Commit

Permalink
v1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Jun 21, 2023
1 parent 8b5433b commit b514617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: Dockerfile
file: dev.Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_REPO }}/django:dev
Expand All @@ -51,7 +51,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: Dockerfile
file: prd.Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_REPO }}/django:prd
4 changes: 2 additions & 2 deletions .github/workflows/ecr-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: Dockerfile
file: dev.Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.ECR_REPO }}/django:dev
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: Dockerfile
file: prd.Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.ECR_REPO }}/django:prd

0 comments on commit b514617

Please sign in to comment.