remove artifact upload

This commit is contained in:
ThePhaseless 2025-02-28 18:46:48 +01:00
parent 56370cc695
commit b9a44b60b6

View File

@ -131,14 +131,6 @@ jobs:
cache-to: type=gha,mode=max,scope=${{ matrix.platform }}
build-args: GITHUB_BUILD=true,VERSION=${{ github.ref_type == 'tag' && github.ref_name || github.sha }}
# Upload the tarball as an artifact
- name: Upload image artifact
uses: actions/upload-artifact@v4
with:
name: docker-image-${{ steps.vars.outputs.SURFIX }}
path: /tmp/image-${{ steps.vars.outputs.SURFIX }}.tar
retention-days: 1
merge-and-push:
needs: build
runs-on: ubuntu-latest