mirror of
https://github.com/bitwarden/server.git
synced 2025-04-21 04:55:08 -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
@ -232,17 +232,6 @@ jobs:
|
|||||||
keyvault: "bitwarden-ci"
|
keyvault: "bitwarden-ci"
|
||||||
secrets: "storage-account-dockerimagetest-conn-string"
|
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
|
# - name: Generate image full name
|
||||||
# id: image-name
|
# id: image-name
|
||||||
# run: |
|
# run: |
|
||||||
@ -270,11 +259,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
run: |
|
run: |
|
||||||
|
ls -alh /tmp
|
||||||
az storage blob upload \
|
az storage blob upload \
|
||||||
--file /tmp/build.tar \
|
--file /tmp/build.tar \
|
||||||
--container-name builds \
|
--container-name builds \
|
||||||
--name build \
|
--name build \
|
||||||
--account-name dockerimagetest
|
--connection-string '${{ env.storage-account-dockerimagetest-conn-string }}'
|
||||||
|
|
||||||
build-docker:
|
build-docker:
|
||||||
name: Build Docker images
|
name: Build Docker images
|
||||||
|
Loading…
x
Reference in New Issue
Block a user