diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7ed2d2b..67be433 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -45,11 +45,6 @@ jobs: run: docker buildx build --platform linux/$(echo ${{matrix.architecture}} | tr - /) -t $REPO-arch:arch-$(echo ${{matrix.architecture}} | tr / -)-${{github.ref_name}} --output type=tar,dest=output-${{matrix.architecture}}.tar . - name: Strip binary run: mkdir -p output/ && tar -xf output-${{matrix.architecture}}.tar -C output && rm output-${{matrix.architecture}}.tar && cd output/ && tar -cf ../agent-${{matrix.architecture}}.tar -C home/agent . && rm -rf output - # We'll make a GitHub release and push the build (tar) as an artifact - - uses: rickstaa/action-create-tag@v1 - with: - tag: ${{ github.ref_name }} - message: "Release ${{ github.ref_name }}" - name: Create a release uses: ncipollo/release-action@v1 with: