Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
floating-cat committed Feb 13, 2024
1 parent 9fc862b commit bbf416e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- name: Checkout project
uses: actions/checkout@v4

- run: buildah build --squash -t spark-wechat .
# workaround https://github.com/redhat-actions/buildah-build/issues/125
- run: sudo buildah build --squash -t spark-wechat .

- name: Push To GHCR
uses: ./
Expand Down

0 comments on commit bbf416e

Please sign in to comment.