Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush7833 committed Jun 10, 2024
1 parent ee4d970 commit 01d6d50
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
runs-on: ubuntu-latest
needs: Test
steps:
- name: Check out the code
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.2

- name: Build and push Docker image
if: |
github.event_name == 'push' &&
Expand Down

0 comments on commit 01d6d50

Please sign in to comment.