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

Commit

Permalink
Fix file path and cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Aug 17, 2022
1 parent 12ec58a commit f1abfa4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- id: meta
uses: docker/metadata-action@v4
with:
Expand All @@ -37,5 +36,8 @@ jobs:
- uses: docker/build-push-action@v3
with:
push: true
file: Dockerfile.cli
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit f1abfa4

Please sign in to comment.