Unverified Commit 2f50ca87 authored by Sarah's avatar Sarah
Browse files

target names should be lower case

parent 066e6a90
Showing with 2 additions and 2 deletions
+2 -2
......@@ -258,7 +258,7 @@ jobs:
uses: hashicorp/actions-docker-build@v1
with:
version: ${{env.version}}
target: CRT
target: crt
arch: ${{matrix.arch}}
zip_artifact_name: ${{ env.PKG_NAME }}_${{ needs.get-product-version.outputs.product-version }}_linux_${{ matrix.arch }}.zip
tags: |
......
FROM alpine:3.14 as CRT
FROM alpine:3.14 as crt
ARG BIN_NAME
# NAME and VERSION are the name of the software in releases.hashicorp.com
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment