diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 93424af..5510a12 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,10 +11,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Get folder name - id: get_folder - run: echo ::set-output name=FOLDER::$(echo ncs-${GITHUB_REF##*/} | sed -e "s/-[[:digit:]]//") - - name: Docker meta id: meta uses: docker/metadata-action@v3 @@ -39,7 +35,6 @@ jobs: - name: Build and push uses: docker/build-push-action@v2 with: - context: ${{ steps.get_folder.outputs.FOLDER }} push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}