Skip to content

Commit

Permalink
build.yml file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gyenoch committed Aug 15, 2024
1 parent 58d6148 commit fd73115
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
if: github.event.inputs.destroy != 'true' # Skip deploy if we're destroying
runs-on: [self-hosted]
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Docker pull image
run: docker pull gyenoch/swiggy-clone:latest

Expand Down

0 comments on commit fd73115

Please sign in to comment.