Skip to content

Commit

Permalink
Merge pull request #30 from studio-recoding/feat/cicd
Browse files Browse the repository at this point in the history
[chore] test
  • Loading branch information
uommou authored Mar 23, 2024
2 parents a6eaab6 + d286857 commit 1015307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:


- name: Remove old Docker image
run: docker rmi -f $(docker images -aq) || true #docker rmi -f ${{ env.DOCKER_IMAGE }}:latest || true
run: docker rmi -f $(docker images -aq) || true

- name: Docker run
run: |
Expand Down

0 comments on commit 1015307

Please sign in to comment.