Skip to content

Commit

Permalink
Update builddocker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beniroquai committed Oct 21, 2024
1 parent 9e9bf71 commit 48e1425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builddocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build and push container image to registry
uses: docker/build-push-action@v2
with: #sudo docker build --file ./docker/manyfold.dockerfile --build-arg APP_VERSION=test --build-arg GIT_SHA=00 --tag cubelab .
context: docker
context: .
file: ./docker/manyfold.dockerfile
push: true
platforms: linux/amd64
Expand Down

0 comments on commit 48e1425

Please sign in to comment.