Skip to content

Commit

Permalink
Merge branch 'fix/workflows' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar authored Sep 3, 2024
2 parents 55f007d + 030f5f5 commit 20be64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanity-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3.6.1

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

0 comments on commit 20be64a

Please sign in to comment.