Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar authored Sep 3, 2024
1 parent e6d585a commit 6f96749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanity-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build the application image
run: docker build -t clouddrove/devops:0.0.${{ github.run_number }} ./docker-image/.
run: docker build -t clouddrove/devops:0.0.${{ github.run_number }} .docker/Dockerfile .

- name: Bring container up and running
run: docker run --name devops -d clouddrove/devops:0.0.${{ github.run_number }}
Expand Down

0 comments on commit 6f96749

Please sign in to comment.