Skip to content

Commit

Permalink
ci: fix deploy (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam authored Nov 7, 2024
1 parent 87245fd commit 7f161d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
env:
VERSION: ${{ needs.set-variables.outputs.VERSION }}
steps:
- name: Checkout sources
uses: actions/checkout@v4

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 7f161d5

Please sign in to comment.