Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Lihi Zitzer committed Nov 4, 2024
1 parent 16d366d commit 697517f
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/release-test-lihi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
env:
DOCKER_CLI_EXPERIMENTAL: "enabled"
steps:
- name: login to azure acr - Lihitest2
uses: azure/docker-login@v2
with:
login-server: ${{ env.AQUSEC_ACR_REGISTRY_NAME }}
username: ${{ env.AQUASEC_ACR_USERNAME }}
password: ${{ env.AQUASEC_ACR_PASSWORD }}

- name: Cleanup Docker and KIND resources (Pre-Release)
run: |
docker system prune -a --force
Expand All @@ -34,12 +41,12 @@ jobs:
- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}

- name: login to azure acr - Lihitest2
uses: azure/docker-login@v2
with:
login-server: ${{ env.AQUSEC_ACR_REGISTRY_NAME }}
username: ${{ env.AQUASEC_ACR_USERNAME }}
password: ${{ env.AQUASEC_ACR_PASSWORD }}
# - name: login to azure acr - Lihitest2
# uses: azure/docker-login@v2
# with:
# login-server: ${{ env.AQUSEC_ACR_REGISTRY_NAME }}
# username: ${{ env.AQUASEC_ACR_USERNAME }}
# password: ${{ env.AQUASEC_ACR_PASSWORD }}

- name: Setup Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 697517f

Please sign in to comment.