Skip to content

Commit

Permalink
Fix image build
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Nov 9, 2023
1 parent 00f6683 commit 1f48862
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ jobs:
with:
push: false
context: docker
tags: flipperdevices/qflipper-build
tags: qflipper-build:latest
load: true
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Build application in docker
run: docker run --rm --privileged -v $(pwd):/project flipperdevices/qflipper-build /project/build_linux.sh
run: docker run --rm --privileged -v $(pwd):/project qflipper-build:latest /project/build_linux.sh

- name: Publish application
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 1f48862

Please sign in to comment.