Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Jan 19, 2023
1 parent 1066f17 commit 1446611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
context: images/${{matrix.image}}
file: ./images/${{matrix.image}}/Dockerfile
push: true
cache-from: type=gha,scope=${{matrix-image}}
cache-to: type=gha,scope=${{matrix-image}}
cache-from: type=gha,scope=${{matrix.image}}
cache-to: type=gha,scope=${{matrix.image}}
tags: |
ghcr.io/auguwu/coder-images/${{matrix.image}}:${{steps.tag.outputs.version}},
ghcr.io/auguwu/coder-images/${{matrix.image}}:latest

0 comments on commit 1446611

Please sign in to comment.