Skip to content

Commit

Permalink
x: fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesjardins90 committed Jun 22, 2024
1 parent 48b728f commit 4d45044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
password: ${{ github.token }}

- name: Pull dev image
run: ./docker/env.sh pull ${{ github.sha }}
run: ./docker/env.sh pull

- name: Tag dev image with version
run: |
Expand Down

0 comments on commit 4d45044

Please sign in to comment.