fix sqlx push location
This commit is contained in:
parent
b78fc1bfba
commit
4efe21d524
4
.github/workflows/sqlx.yml
vendored
4
.github/workflows/sqlx.yml
vendored
@ -4,6 +4,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
|
paths:
|
||||||
|
- "sqlx"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE: tools-sqlx
|
IMAGE: tools-sqlx
|
||||||
@ -26,7 +28,7 @@ jobs:
|
|||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: ${{ vars.REGISTRY }}/${{ env.IMAGE }}
|
images: ${{ vars.REGISTRY }}/${{ secrets.REGISTRY_USER }}/${{ env.IMAGE }}
|
||||||
labels: |
|
labels: |
|
||||||
org.opencontainers.image.title=SQLx
|
org.opencontainers.image.title=SQLx
|
||||||
org.opencontainers.image.description=SQLx in a container
|
org.opencontainers.image.description=SQLx in a container
|
||||||
|
Loading…
Reference in New Issue
Block a user