Update docker-image.yml

This commit is contained in:
MrTyton 2022-03-25 14:45:40 -07:00 committed by GitHub
parent 5d6dee749c
commit 755161ac0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,5 +46,5 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{env.RELEASE_VERSION}}
tags: latest
build-args: VERSION=${{env.RELEASE_VERSION}}, CALIBRE_RELEASE=${{env.CALIBRE_VERSION}}, FFF_RELEASE=${{env.FFF_VERSION}}