Browse Source

github: Build docker image with both extended and withdeploy tags

release-0.145.0
margau 5 months ago
committed by GitHub
parent
commit
e5eecbd9bc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/image.yml

1
.github/workflows/image.yml

@ -46,3 +46,4 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: HUGO_BUILD_TAGS=extended,withdeploy
Loading…
Cancel
Save