Changing how build-args are sent to docker build action

This commit is contained in:
Collin Duncan 2023-09-20 11:06:35 +02:00
parent ce81225260
commit 58e815bd55
No known key found for this signature in database

View file

@ -29,5 +29,4 @@ jobs:
tags: ghcr.io/cgduncan7/autobaan:latest
cache-from: type=gha
cache-to: type=gha,mode=max
build-args:
- GIT_COMMIT: ${{ env.GIT_COMMIT }}
build-args: GIT_COMMIT=${{ env.GIT_COMMIT }}