Skip to content

Commit

Permalink
Merge pull request #38 from su-its/fix/bun-to-yarn-image-push-wf2
Browse files Browse the repository at this point in the history
fix: fix invalid version specifier
  • Loading branch information
h-takeyeah authored Mar 28, 2024
2 parents f821de3 + 3cbb940 commit b73f016
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 b73f016

Please sign in to comment.