Skip to content

Commit

Permalink
workflows/main: hopefully fix build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamac committed Nov 25, 2020
1 parent 408cf95 commit 24b3158
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
platforms: linux/amd64
push: true
tags: ghcr.io/nh-server/kurisu:latest
build-args: COMMIT=${{ github.sha }},BRANCH=${{ github.ref }}
build-args: |
COMMIT=${{ github.sha }}
BRANCH=${{ github.ref }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
- name: Image digest
Expand Down

0 comments on commit 24b3158

Please sign in to comment.