Skip to content

Commit

Permalink
FIX: Fix typo in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriharu committed May 13, 2024
1 parent 34abdbf commit 503465a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-qemu-action@v3
uses: docker/setup-buildx-action@v3

- name: Login to ghcr.io
uses: docker/login-action@v3
Expand All @@ -35,3 +35,5 @@ jobs:
tags: |
ghcr.io/unicheckbot/rei:latest
ghcr.io/unicheckbot/rei:${{ github.event.release.tag_name }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 503465a

Please sign in to comment.