Skip to content

Commit

Permalink
ci: Fixed build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanzuijlen committed Feb 4, 2024
1 parent 210fb51 commit 84544e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0

- name: Build Docker image
run: make docker-build
run: VERSION=$(git rev-parse --short HEAD) make docker-build

0 comments on commit 84544e7

Please sign in to comment.