Skip to content

Commit 2ba8f29

Browse files
committed
Merge branch 'main' into production
2 parents 493c5b2 + 27e453f commit 2ba8f29

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,12 @@ jobs:
102102
type=semver,pattern={{version}}
103103
type=semver,pattern={{major}}.{{minor}}
104104
type=raw,value=latest
105-
- name: 🔧 Set up Docker Buildx
105+
- name: 🏗️ Set up Docker Buildx
106+
id: buildx
106107
uses: docker/setup-buildx-action@v3
107108
with:
108109
driver: docker-container
110+
install: true
109111

110112
- name: 🐳 Build and push Docker image
111113
id: push
@@ -114,7 +116,7 @@ jobs:
114116
context: .
115117
file: ./Dockerfile
116118
push: true
117-
builder: default
119+
builder: ${{ steps.buildx.outputs.name }}
118120
tags: ${{ steps.meta.outputs.tags }}
119121
labels: ${{ steps.meta.outputs.labels }}
120122
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)