Skip to content

Commit cfe7a06

Browse files
committed
chore(ci): Cache from gha-docker
1 parent c4a2f7d commit cfe7a06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docker build
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ "master", "main", "maint/*", "gha-docker-build" ]
6+
branches: [ "master", "main", "maint/*", "gha-docker*" ]
77
tags: "*"
88
pull_request:
99
branches: [ "master", "main", "maint/*" ]
@@ -56,7 +56,7 @@ jobs:
5656
labels: ${{ steps.meta.outputs.labels }}
5757
platforms: linux/amd64
5858
cache-from: |
59-
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:master
59+
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:gha-docker
6060
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TARGET_BRANCH }}
6161
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags[0] }}
6262
cache-to: type=inline

0 commit comments

Comments
 (0)