Add v3.18 to TestPackageAlpine (#24972)

Add Alpine 3.18 to TestPackageAlpine

Co-authored-by: Giteabot <teabot@gitea.io>
forgejo-federated-star
Yevhen Pavlov 1 year ago committed by GitHub
parent ca5f302876
commit 970e1c98ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,7 +59,7 @@ Djfa/2q5bH4699v++uMAAAAAAAAAAAAAAAAAAAAAAHbgA/eXQh8AKAAA`
content, err := base64.StdEncoding.DecodeString(base64AlpinePackageContent)
assert.NoError(t, err)
branches := []string{"v3.16", "v3.17"}
branches := []string{"v3.16", "v3.17", "v3.18"}
repositories := []string{"main", "testing"}
rootURL := fmt.Sprintf("/api/packages/%s/alpine", user.Name)

Loading…
Cancel
Save