Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Commit f1abfa4

Browse files
committed
Fix file path and cache
1 parent 12ec58a commit f1abfa4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
release:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
1413
- id: meta
1514
uses: docker/metadata-action@v4
1615
with:
@@ -37,5 +36,8 @@ jobs:
3736
- uses: docker/build-push-action@v3
3837
with:
3938
push: true
39+
file: Dockerfile.cli
4040
platforms: linux/amd64,linux/arm64
4141
tags: ${{ steps.meta.outputs.tags }}
42+
cache-from: type=gha
43+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)