Skip to content

Commit

Permalink
Update workflow to build and push to GHR with caching
Browse files Browse the repository at this point in the history
  • Loading branch information
minpeter committed Mar 13, 2024
1 parent 6cc23d8 commit 92b6f94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ghr-image-bp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & push docker hub
name: BUILD and PUSH to GHR

on:
workflow_dispatch:
Expand Down Expand Up @@ -42,3 +42,5 @@ jobs:
platforms: linux/arm64, linux/amd64
push: true
tags: ${{ env.REGISTRY_IMAGE }}:latest, ${{ env.REGISTRY_IMAGE }}:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 92b6f94

Please sign in to comment.