Skip to content

Commit

Permalink
Remove extraneous --build-arg in Docker call
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Der committed Nov 16, 2023
1 parent 14e93c1 commit 0e394e2
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 @@ -40,4 +40,4 @@ jobs:
key: sip

- name: Build docker image
run: docker build -t sip -f ./build/sip/Dockerfile --build-arg GOVERSION=$GOVERSION --build-arg .
run: docker build -t sip -f ./build/sip/Dockerfile --build-arg GOVERSION=$GOVERSION .

0 comments on commit 0e394e2

Please sign in to comment.