Update ghcr_deploy.yml

This commit is contained in:
Krish Dholakia 2024-01-08 18:16:46 +05:30 committed by GitHub
parent 2bcfe28ee9
commit 6b3cf217a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
dockerfile: Dockerfile.database
file: Dockerfile.database
push: true
tags: ${{ steps.meta-database.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}
labels: ${{ steps.meta-database.outputs.labels }}