mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 18:36:30 +02:00
publish to any-distro (#3570)
This commit is contained in:
parent
fe57ecbadd
commit
bb2b114a56
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -84,7 +84,7 @@ jobs:
|
||||||
|
|
||||||
DEBS="pomerium_${VERSION}-1_amd64.deb pomerium_${VERSION}-1_arm64.deb"
|
DEBS="pomerium_${VERSION}-1_amd64.deb pomerium_${VERSION}-1_arm64.deb"
|
||||||
for pkg in $(echo $DEBS); do
|
for pkg in $(echo $DEBS); do
|
||||||
cloudsmith push deb pomerium/pomerium/debian/any-version $pkg
|
cloudsmith push deb pomerium/pomerium/any-distro/any-version $pkg
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Find latest tag
|
- name: Find latest tag
|
||||||
|
|
Loading…
Add table
Reference in a new issue