Skip to content

Commit

Permalink
try falling back to buildx v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Jan 7, 2025
1 parent 8b8ad1a commit 20476f7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: list buildx version
run: |
docker buildx version
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
version: v0.18.0

- name: list buildx version (again)
run: |
docker buildx version
- name: 'Login to GitHub Container Registry'
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 20476f7

Please sign in to comment.