Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
daviidarr committed Mar 26, 2024
1 parent d3b53cf commit 790cb47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy pyenv to ECR
name: Deploy actualyield to ECR

on:

Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: actualyield
IMAGE_TAG: latest
DOCKERFILE: pyenv/Dockerfile
DOCKERFILE: actualyield/Dockerfile
run: |
docker build . -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -f $DOCKERFILE
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG

0 comments on commit 790cb47

Please sign in to comment.