Skip to content

Commit

Permalink
[DOP-16647] Add Github actions
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Martynov <[email protected]>
  • Loading branch information
dmitry-pedchenko and dolfinus authored Jun 21, 2024
1 parent 8f08e98 commit 5f996f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "TAG=mtsrus/syncmaster-ui:latest,mtsrus/syncmaster-ui:${{ github.ref_name }}" >> $GITHUB_ENV
fi
- name: Build Backend image
- name: Build UI image
uses: docker/build-push-action@v6
with:
tags: ${{ env.TAG }}
Expand Down

0 comments on commit 5f996f1

Please sign in to comment.