Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Oct 31, 2023
1 parent 2ff2e68 commit a2fb74e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clean-cache-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
ref: v0.8

- uses: actions/setup-go@v4
- run: go version
- run: make binaries

- name: Compile ACR binary
run: make binaries

- name: Get GitHub Public IP
id: github_public_ip
Expand All @@ -36,7 +37,6 @@ jobs:
- name: Add GitHub IP to StorageAccount
run: az acr network-rule add --name radixdevapp --ip-address ${{ steps.github_public_ip.outputs.ipv4 }} --query provisioningState


- name: Create ACR Token
run: echo "token=$(az acr login --name=radixdevapp --expose-token | jq -r '.accessToken')" >> $GITHUB_OUTPUT
id: token
Expand Down

0 comments on commit a2fb74e

Please sign in to comment.