Skip to content

Commit bb90956

Browse files
committed
Fix image name
1 parent 1088ff6 commit bb90956

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,13 @@ jobs:
4343
uses: docker/metadata-action@v5
4444
with:
4545
images: |
46-
name/app
46+
ghcr.io/${{ github.repository }}/redis-keys-stats
4747
tags: |
4848
type=ref,event=branch
4949
type=ref,event=pr
5050
type=semver,pattern={{version}}
5151
type=semver,pattern={{major}}.{{minor}}
52-
53-
- name: check tags
54-
run: echo ${{ steps.meta.outputs.tags }}
55-
52+
5653
- name: Build and push
5754
uses: docker/build-push-action@v5
5855
with:

0 commit comments

Comments
 (0)