Skip to content

Commit aa3dbbd

Browse files
authored
fix docker release
1 parent c93b253 commit aa3dbbd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/image-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ on:
44
push:
55
tags: [ '*.*.*' ]
66

7+
env:
8+
# Use docker.io for Docker Hub if empty
9+
REGISTRY: docker.io
10+
# github.repository as <account>/<repo>
11+
IMAGE_NAME: ${{ github.repository }}
12+
713
concurrency:
814
group: ${{ github.workflow }}-${{ github.ref }}
915
cancel-in-progress: true

0 commit comments

Comments
 (0)