From 44edd6ed5f60bbf83b91a0f5d090543c508976cc Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:29:34 -0500 Subject: [PATCH] Fix upload --- .github/workflows/build.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d0e5aa1f1..3747e1e121 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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