Update ghcr_deploy.yml

This commit is contained in:
Ishaan Jaff 2023-12-02 18:18:03 -08:00 committed by GitHub
parent 35ff5283b6
commit ea34566b9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,7 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}-${{ github.event.inputs.tag }} # Add the input tag to the image tags
labels: ${{ steps.meta.outputs.labels }}