Skip to content

Commit 27f92dc

Browse files
committed
fix
1 parent c5c7900 commit 27f92dc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,17 @@ jobs:
4040
id: meta
4141
uses: docker/metadata-action@v4
4242
with:
43-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }}
43+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4444
tags: |
4545
${{ github.event.release.tag_name }}
4646
labels: |
4747
type=ref,event=tag
4848
49+
- name: Set up Docker Buildx
50+
uses: docker/setup-buildx-action@v3
51+
with:
52+
driver: docker-container
53+
4954
- name: Build and push Docker image
5055
id: push
5156
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)