Skip to content

Commit

Permalink
Bump docker/setup-buildx-action from 2 to 3 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 16, 2023
1 parent faed1b1 commit 579dec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-tool-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
mkdir -p "${{ runner.tool_cache }}"
- name: Setup Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# This step is needed for testing the tool cache in this demo repository.
- name: Update tool cache for AKS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-ACR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: echo "SHA_SHORT=${GITHUB_SHA::7}" >> $GITHUB_ENV

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to Azure Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 579dec6

Please sign in to comment.