Skip to content

Commit 6ab3548

Browse files
committed
release inspect fix
1 parent 9364ab8 commit 6ab3548

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker-release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
tags:
66
- "v*"
7-
workflow_dispatch:
8-
97
env:
108
REGISTRY: ghcr.io
119
IMAGE_NAME: ${{ github.repository }}/server
@@ -132,4 +130,4 @@ jobs:
132130
133131
- name: Inspect image
134132
run: |
135-
docker buildx imagetools inspect ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}
133+
docker buildx imagetools inspect ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}

0 commit comments

Comments
 (0)