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 1a17acf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@ 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
with:
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 1a17acf

Please sign in to comment.