diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 814fb01..4ad5b50 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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