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 9364ab8 commit 6ab3548Copy full SHA for 6ab3548
.github/workflows/docker-release.yaml
@@ -4,8 +4,6 @@ on:
4
push:
5
tags:
6
- "v*"
7
- workflow_dispatch:
8
-
9
env:
10
REGISTRY: ghcr.io
11
IMAGE_NAME: ${{ github.repository }}/server
@@ -132,4 +130,4 @@ jobs:
132
130
133
131
- name: Inspect image
134
run: |
135
- docker buildx imagetools inspect ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}
+ docker buildx imagetools inspect ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
0 commit comments