Skip to content

Commit

Permalink
ci: Use docker/setup-buildx-action@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
yiannistri committed Jun 7, 2023
1 parent 187ab04 commit 4286fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- gitops-server
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v1
- uses: docker/setup-buildx-action@v2
- name: Set build-time flags
run: |
echo "LDFLAGS=$(make echo-ldflags)" >> $GITHUB_ENV
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
- gitops
- gitops-server
steps:
- uses: docker/setup-buildx-action@v1
- uses: docker/setup-buildx-action@v2
- uses: google-github-actions/setup-gcloud@v0
- name: Download cached docker image
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 4286fa0

Please sign in to comment.