Browse Source

Update actions (#193)

pull/196/head
Vince Grassia 2 years ago committed by GitHub
parent
commit
acd3004b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/release-digital-ocean.yml

4
.github/workflows/release-digital-ocean.yml

@ -20,7 +20,7 @@ jobs: @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Login to Azure - CI Subscription
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
uses: Azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # v1.5.1
with:
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
@ -40,7 +40,7 @@ jobs: @@ -40,7 +40,7 @@ jobs:
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Set up Hashicorp Packer
uses: hashicorp/setup-packer@ae6b3ed3bec089bbfb576ab7d714df7cbc4b88a4 # v2.0.0
uses: hashicorp/setup-packer@ecc5516821087666a672c0d280a0084ea6d9aafd # v2.0.1
- name: Build Digital Ocean Image
env:

Loading…
Cancel
Save