diff --git a/.github/workflows/image-ci.yaml b/.github/workflows/image-ci.yaml index f403409..085366a 100644 --- a/.github/workflows/image-ci.yaml +++ b/.github/workflows/image-ci.yaml @@ -18,9 +18,7 @@ jobs: uses: docker/metadata-action@v4 with: images: harxhitttt/image-ci - tags: | - type=ref,name=short - type=ref,event=tag + tags: latest - name: Log in to Docker Hub uses: docker/login-action@v2 with: