diff --git a/.github/workflows/image_to_aws.yml b/.github/workflows/image_to_aws.yml index 98628f61..e840669b 100644 --- a/.github/workflows/image_to_aws.yml +++ b/.github/workflows/image_to_aws.yml @@ -28,7 +28,7 @@ jobs: uses: aws-actions/amazon-ecr-login@v2 - name: Build & Push Base Image run: > - docker buildx build --push \ - -t ${{ steps.login-ecr.outputs.registry }}/pixee/codemodder-python:latest \ - -t ${{ steps.login-ecr.outputs.registry }}/pixee/codemodder-python:${{ github.ref_name }} \ + docker buildx build --push + -t ${{ steps.login-ecr.outputs.registry }}/pixee/codemodder-python:latest + -t ${{ steps.login-ecr.outputs.registry }}/pixee/codemodder-python:${{ github.ref_name }} .