diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index c28c469..ffad00e 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -67,7 +67,7 @@ jobs: env: IMAGE_TAG: ${{ github.sha }} run: | - docker build -t $DOCKER_USERNAME/$DOCKER_REPOSITORY:$IMAGE_TAG -f frontend/Dockerfie. + docker build -t $DOCKER_USERNAME/$DOCKER_REPOSITORY:$IMAGE_TAG -f frontend/Dockerfile. docker push $DOCKER_USERNAME/$DOCKER_REPOSITORY:$IMAGE_TAG echo "image=$DOCKER_USERNAME/$DOCKER_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT