Skip to content

Commit

Permalink
Build without Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
AkarinLiu committed Mar 25, 2024
1 parent cd11f4c commit 2ecf73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Podman
run: sudo apt-get update && sudo apt-get install -y podman
- name: Build Image
run: podman build -t ghcr.io/akarinliu/flarum:latest .
run: podman build -t ghcr.io/akarinliu/flarum:latest . --no-cache
- name: Login GitHub Account
run: podman login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GH_TOKEN }}
- name: Push Image
Expand Down

0 comments on commit 2ecf73b

Please sign in to comment.