We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b266891 commit 7687457Copy full SHA for 7687457
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
go-version: '1.23'
25
26
- 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
+ run: docker build --build-arg VERSION=$(git describe --tags --always) --build-arg BUILDTIME="$(date -R)" . -f build/Dockerfile -t ghcr.io/${{ github.repository }}:latest
28
29
- name: Log in to GitHub Container Registry
30
uses: docker/login-action@v2
0 commit comments