Skip to content

Commit

Permalink
chore: drop cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshack committed Jan 3, 2024
1 parent 8d0be67 commit d588cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Build
uses: docker/build-push-action@v5
with:
tags: mdshack/shotshare:ci
cache-from: type=registry,ref=mdshack/shotshare:latest
context: .
file: ./.docker/Dockerfile
tags: mdshack/shotshare:ci
outputs: type=docker,dest=${{ runner.temp }}/image.tar

- name: Upload docker image
Expand Down

0 comments on commit d588cd7

Please sign in to comment.