Skip to content

Commit

Permalink
Remove registry, add cache to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Jun 9, 2024
1 parent 80dd528 commit 39862ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ZeusWPI/Tap
ghcr.io/ZeusWPI/Tap
tags: |
type=sha
Expand All @@ -36,7 +37,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
registry: ${{ env.REGISTRY }}
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 39862ca

Please sign in to comment.