We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c7900 commit 27f92dcCopy full SHA for 27f92dc
.github/workflows/build-image.yml
@@ -40,12 +40,17 @@ jobs:
40
id: meta
41
uses: docker/metadata-action@v4
42
with:
43
- images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }}
+ images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
44
tags: |
45
${{ github.event.release.tag_name }}
46
labels: |
47
type=ref,event=tag
48
49
+ - name: Set up Docker Buildx
50
+ uses: docker/setup-buildx-action@v3
51
+ with:
52
+ driver: docker-container
53
+
54
- name: Build and push Docker image
55
id: push
56
uses: docker/build-push-action@v4
0 commit comments