diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index c3d3bb5..dfef848 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -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