Skip to content

Commit

Permalink
fix: pin setup-buildx-action version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiogallotti-mirta committed Jan 20, 2023
1 parent c7e4488 commit 8eaf897
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
version: v0.9.1

- name: Login to ECR
run: |
Expand Down

0 comments on commit 8eaf897

Please sign in to comment.