Skip to content

Commit

Permalink
[DOP-11720] build and push docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-pedchenko committed Mar 11, 2024
1 parent e200a4f commit d4d0e94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/worker_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ jobs:
echo "TAG=mtsrus/syncmaster-worker.:latest,mtsrus/syncmaster-worker.:${{ github.ref_name }}" >> $GITHUB_ENV
fi
- name: Build Backend image
- name: Build worker image
uses: docker/build-push-action@v5
with:
tags: ${{ env.TAG }}
context: .
target: prod
file: docker/worker.dockerfile
pull: true
push: true
Expand Down

0 comments on commit d4d0e94

Please sign in to comment.