diff --git a/.github/workflows/ci-branch.yaml b/.github/workflows/ci-branch.yaml index 4956a638..ae978b37 100644 --- a/.github/workflows/ci-branch.yaml +++ b/.github/workflows/ci-branch.yaml @@ -73,9 +73,6 @@ jobs: NORM_REPO="$(echo "${{ github.repository }}" | cut -d"/" -f2)" echo "NORM_REPO=$NORM_REPO" >> "$GITHUB_ENV" - ls -l - tree -L 3 ./target - - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 with: @@ -90,8 +87,8 @@ jobs: - name: Build and push on GitHub packages uses: docker/build-push-action@v2 with: - context: target/docker/stage - file: Dockerfile + context: ./target/docker/stage + file: ./target/docker/stage/Dockerfile push: true tags: | ${{ env.NORM_REPO }}:${{ github.ref_name }}