fix image name docker metadata
Rust / test (push) Successful in 2m15s Details
Docker / build-push (push) Has started running Details

This commit is contained in:
DataHearth 2023-06-26 17:40:43 +02:00
parent 0cfad70056
commit afc94a18ff
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ github.repository_owner }}/${{ github.repository }}
images: ${{ github.repository }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}