1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-16 10:38:17 -05:00

Fix upload

This commit is contained in:
Vince Grassia 2023-11-15 14:29:34 -05:00
parent bccdccba00
commit 44edd6ed5f
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -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