mirror of
https://github.com/bitwarden/server.git
synced 2025-04-16 10:38:17 -05:00
Fix upload
This commit is contained in:
parent
bccdccba00
commit
44edd6ed5f
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -231,17 +231,6 @@ jobs:
|
||||
with:
|
||||
keyvault: "bitwarden-ci"
|
||||
secrets: "storage-account-dockerimagetest-conn-string"
|
||||
|
||||
- name: TEST - Upload artifact
|
||||
run: |
|
||||
echo "Test file" > /tmp/test.txt
|
||||
az storage blob upload \
|
||||
--file /tmp/test.txt \
|
||||
--container-name builds \
|
||||
--name build \
|
||||
--connection-string '${{ env.storage-account-dockerimagetest-conn-string }}'
|
||||
|
||||
|
||||
|
||||
# - name: Generate image full name
|
||||
# id: image-name
|
||||
@ -270,11 +259,12 @@ jobs:
|
||||
|
||||
- name: Upload artifact
|
||||
run: |
|
||||
ls -alh /tmp
|
||||
az storage blob upload \
|
||||
--file /tmp/build.tar \
|
||||
--container-name builds \
|
||||
--name build \
|
||||
--account-name dockerimagetest
|
||||
--connection-string '${{ env.storage-account-dockerimagetest-conn-string }}'
|
||||
|
||||
build-docker:
|
||||
name: Build Docker images
|
||||
|
Loading…
x
Reference in New Issue
Block a user