Skip to content

Commit fd49ab9

Browse files
committed
update storing
1 parent b8156c8 commit fd49ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/store-openstack-capi-image-elastx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
- name: install deps
3131
run: |
3232
sudo apt update && \
33-
sudo apt upgrade -y && \
3433
sudo apt install -y python3-openstackclient
3534
3635
- name: store image
3736
env:
3837
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.ELASTX_APPLICATION_CREDENTIAL_ID }}
3938
OS_APPLICATION_CREDENTIAL_PASSWORD: ${{ secrets.ELASTX_APPLICATION_CREDENTIAL_PASSWORD }}
4039
OS_AUTH_URL: "https://ops.elastx.cloud:5000/v3"
40+
OS_AUTH_TYPE: "v3applicationcredential"
4141
OS_IDENTITY_API_VERSION: "3"
4242
OS_INTERFACE: "public"
4343
OS_REGION_NAME: "se-sto"

0 commit comments

Comments
 (0)