Skip to content

Commit

Permalink
Merge pull request #7 from zooniverse/action-update-apr24
Browse files Browse the repository at this point in the history
Update actions for April 2024
  • Loading branch information
zwolf authored Apr 26, 2024
2 parents 30a4895 + cab732a commit 292c7b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/manual_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: azure/login@v1
- uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_AKS }}

- name: Set the target AKS cluster
uses: Azure/aks-set-context@v3
uses: Azure/aks-set-context@v4
with:
cluster-name: microservices
resource-group: kubernetes
Expand Down

0 comments on commit 292c7b5

Please sign in to comment.