Skip to content

Commit

Permalink
build replicator image
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Aug 13, 2024
1 parent 0132cb6 commit ae98963
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,10 @@ jobs:
with:
file: ./api/Dockerfile
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/api:0.0.8
tags: ${{ vars.DOCKERHUB_USERNAME }}/api:0.0.9
- name: Build and push replicator image
uses: docker/build-push-action@v6
with:
file: ./replicator/Dockerfile
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/replicator:0.0.9

0 comments on commit ae98963

Please sign in to comment.