fix sqlx push location

This commit is contained in:
Adrian Wannenmacher 2023-12-06 15:30:16 +01:00
parent b78fc1bfba
commit 4efe21d524
Signed by: tfld
GPG Key ID: 19D986ECB1E492D5
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- "main"
paths:
- "sqlx"
env:
IMAGE: tools-sqlx
@ -26,7 +28,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ vars.REGISTRY }}/${{ env.IMAGE }}
images: ${{ vars.REGISTRY }}/${{ secrets.REGISTRY_USER }}/${{ env.IMAGE }}
labels: |
org.opencontainers.image.title=SQLx
org.opencontainers.image.description=SQLx in a container