Skip to content

Commit 92bc1f1

Browse files
committed
Trigger Pipeline
1 parent aa85618 commit 92bc1f1

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/docker-build-self-hosted.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,16 @@ jobs:
1010
uses: actions/checkout@v4
1111
- name: Set up Docker Buildx
1212
uses: docker/setup-buildx-action@v2
13+
with:
14+
driver: docker
15+
buildkitd-flags: --debug
16+
install: true
17+
builder: localbuilder
1318
- name: Build & Push
1419
uses: docker/build-push-action@v5
1520
with:
1621
context: .
1722
push: true
18-
tags: kirillesau/spring-demo-application:self-hosted
23+
tags: kirillesau/spring-demo-application:self-hosted
24+
cache-from: type=local,src=/tmp/.buildx-cache
25+
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max

0 commit comments

Comments
 (0)