Skip to content

Commit

Permalink
add: sample workflow
Browse files Browse the repository at this point in the history
Signed-off-by: shivamsouravjha <[email protected]>
  • Loading branch information
shivamsouravjha committed Aug 8, 2024
1 parent 44aaf4c commit c8ba689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build Docker image
id: build
run: docker build -f projecets/DockerReleaseAMD64 -t ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest .
run: docker build -f projects/Dockerfile -t ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest .

0 comments on commit c8ba689

Please sign in to comment.