Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Change of actions for docker setup
  • Loading branch information
alitpc25 committed Nov 25, 2023
1 parent eb438e2 commit 870d5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
RESQ_PASSPHRASE: ${{ secrets.RESQ_PASSPHRASE }}

- name: Set up Docker
uses: actions/setup-docker@v2
uses: actions/docker-setup-buildx@v3
with:
dockerfile: ../../resq/backend/resq/Dockerfile.remote

Expand Down

0 comments on commit 870d5c7

Please sign in to comment.