Skip to content

Commit 7687457

Browse files
committed
fix build
1 parent b266891 commit 7687457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version: '1.23'
2525

2626
- name: Build Docker Image
27-
run: docker build --build-arg VERSION=$(git describe --tags --always) --build-arg BUILDTIME='$(date -R)' . -f build/Dockerfile -t ghcr.io/${{ github.repository }}:latest
27+
run: docker build --build-arg VERSION=$(git describe --tags --always) --build-arg BUILDTIME="$(date -R)" . -f build/Dockerfile -t ghcr.io/${{ github.repository }}:latest
2828

2929
- name: Log in to GitHub Container Registry
3030
uses: docker/login-action@v2

0 commit comments

Comments
 (0)