Skip to content

Commit

Permalink
rust fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olegdayo committed Dec 1, 2024
1 parent e3ba298 commit 96256c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build and Push Validator
uses: docker/build-push-action@v6
with:
context: .
context: ./code/back/validator
file: ./code/back/validator/Dockerfile
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/validator:${{ github.sha }}
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build and Push Integrator
uses: docker/build-push-action@v6
with:
context: .
context: ./code/back/integrator
file: ./code/back/integrator/Dockerfile
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/integrator:${{ github.sha }}
Expand Down

0 comments on commit 96256c4

Please sign in to comment.