mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(ci): use bin/ prefix for binary artifacts (#10582)
We'll be using a consistent `artifacts` storage account for these built binaries, so we've renamed the container to `binaries`. The apt packages would be under the `apt` container at `artifacts.firezone.dev/apt/` accordingly. Related: firezone/infra#182
This commit is contained in:
4
.github/workflows/_data-plane.yml
vendored
4
.github/workflows/_data-plane.yml
vendored
@@ -304,7 +304,7 @@ jobs:
|
||||
gs://firezone-staging-artifacts/${{ matrix.name.image_name }}/${{ inputs.sha }}/${{ matrix.arch.shortname }}.sha256sum.txt
|
||||
|
||||
az storage blob upload \
|
||||
--container-name artifacts \
|
||||
--container-name binaries \
|
||||
--name "${{ matrix.name.image_name }}/${{ inputs.sha }}/${{ matrix.arch.shortname }}" \
|
||||
--file "${{ matrix.name.package }}" \
|
||||
--overwrite true \
|
||||
@@ -312,7 +312,7 @@ jobs:
|
||||
--connection-string "${{ secrets.AZURERM_ARTIFACTS_CONNECTION_STRING }}"
|
||||
|
||||
az storage blob upload \
|
||||
--container-name artifacts \
|
||||
--container-name binaries \
|
||||
--name "${{ matrix.name.image_name }}/${{ inputs.sha }}/${{ matrix.arch.shortname }}.sha256sum.txt" \
|
||||
--file "${{ matrix.name.package }}.sha256sum.txt" \
|
||||
--overwrite true \
|
||||
|
||||
Reference in New Issue
Block a user