Skip to content

Commit

Permalink
New CICD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-morin committed Jan 30, 2024
1 parent 12d4b3e commit d6f1325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CICD-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build/Push dev vision-api
- name: Build/Push Dev inatvisionapi
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/inatvisionapi:${{ github.ref_name }}

- name: Build/Push dev vision-cleanup
- name: Build/Push Dev inatvisionapi-cleanup
uses: docker/build-push-action@v5
with:
context: .
Expand Down

0 comments on commit d6f1325

Please sign in to comment.