Some checks are pending
Integration tests for the release process / release-simulation (push) Waiting to run
9 lines
186 B
Go
9 lines
186 B
Go
// Copyright 2022 The Gitea Authors. All rights reserved.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
package container
|
|
|
|
const (
|
|
ManifestFilename = "manifest.json"
|
|
UploadVersion = "_upload"
|
|
)
|