Skip to content

Commit

Permalink
fix: fix invalid version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
h-takeyeah committed Mar 28, 2024
1 parent f821de3 commit 3cbb940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
uses: docker/setup-buildx-action@v3
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 3cbb940

Please sign in to comment.