Update ghcr_deploy.yml

This commit is contained in:
Ishaan Jaff 2023-12-02 17:48:15 -08:00 committed by GitHub
parent 239f3d6029
commit e3a44be527
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,5 +45,5 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}-${{ github.event.inputs.tag }} # Add the input tag to the image tags
labels: ${{ steps.meta.outputs.labels }}